Skip to content

Commit 1eca9b2

Browse files
committed
Add reminders enabled by default on the demo app
1 parent f6795ef commit 1eca9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DemoApp/Screens/AppConfigViewController/AppConfigViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class AppConfig {
5353
tokenRefreshDetails: nil,
5454
shouldShowConnectionBanner: false,
5555
isPremiumMemberFeatureEnabled: false,
56-
isRemindersEnabled: false
56+
isRemindersEnabled: true
5757
)
5858

5959
if StreamRuntimeCheck.isStreamInternalConfiguration {

0 commit comments

Comments
 (0)