Skip to content
Snippets Groups Projects
Unverified Commit 53ee3ada authored by Juraj Kusnier's avatar Juraj Kusnier Committed by GitHub
Browse files

Fix notification settings (EXPOSUREAPP-5776) #2613

parent 4aefe2b7
No related branches found
No related tags found
No related merge requests found
...@@ -50,12 +50,12 @@ class CWASettings @Inject constructor( ...@@ -50,12 +50,12 @@ class CWASettings @Inject constructor(
val isNotificationsRiskEnabled = prefs.createFlowPreference( val isNotificationsRiskEnabled = prefs.createFlowPreference(
key = PKEY_NOTIFICATIONS_RISK_ENABLED, key = PKEY_NOTIFICATIONS_RISK_ENABLED,
defaultValue = false defaultValue = true
) )
val isNotificationsTestEnabled = prefs.createFlowPreference( val isNotificationsTestEnabled = prefs.createFlowPreference(
key = PKEY_NOTIFICATIONS_TEST_ENABLED, key = PKEY_NOTIFICATIONS_TEST_ENABLED,
defaultValue = false defaultValue = true
) )
val lastChangelogVersion = prefs.createFlowPreference( val lastChangelogVersion = prefs.createFlowPreference(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment