Skip to content

Commit 6473c4b

Browse files
committed
Disable locations feature by default
1 parent 95f2872 commit 6473c4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DemoApp/Screens/AppConfigViewController/AppConfigViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class AppConfig {
4747
isHardDeleteEnabled: false,
4848
isAtlantisEnabled: false,
4949
isMessageDebuggerEnabled: false,
50-
isLocationAttachmentsEnabled: true,
50+
isLocationAttachmentsEnabled: false,
5151
tokenRefreshDetails: nil,
5252
shouldShowConnectionBanner: false,
5353
isPremiumMemberFeatureEnabled: false
@@ -57,6 +57,7 @@ class AppConfig {
5757
demoAppConfig.isAtlantisEnabled = true
5858
demoAppConfig.isMessageDebuggerEnabled = true
5959
demoAppConfig.isHardDeleteEnabled = true
60+
demoAppConfig.isLocationAttachmentsEnabled = true
6061
demoAppConfig.shouldShowConnectionBanner = true
6162
demoAppConfig.isPremiumMemberFeatureEnabled = true
6263
StreamRuntimeCheck.assertionsEnabled = true

0 commit comments

Comments
 (0)