We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f2872 commit 6473c4bCopy full SHA for 6473c4b
DemoApp/Screens/AppConfigViewController/AppConfigViewController.swift
@@ -47,7 +47,7 @@ class AppConfig {
47
isHardDeleteEnabled: false,
48
isAtlantisEnabled: false,
49
isMessageDebuggerEnabled: false,
50
- isLocationAttachmentsEnabled: true,
+ isLocationAttachmentsEnabled: false,
51
tokenRefreshDetails: nil,
52
shouldShowConnectionBanner: false,
53
isPremiumMemberFeatureEnabled: false
@@ -57,6 +57,7 @@ class AppConfig {
57
demoAppConfig.isAtlantisEnabled = true
58
demoAppConfig.isMessageDebuggerEnabled = true
59
demoAppConfig.isHardDeleteEnabled = true
60
+ demoAppConfig.isLocationAttachmentsEnabled = true
61
demoAppConfig.shouldShowConnectionBanner = true
62
demoAppConfig.isPremiumMemberFeatureEnabled = true
63
StreamRuntimeCheck.assertionsEnabled = true
0 commit comments