Update SC defaults

Change-Id: Id428d94ae39cc9985228f545b7d2955aa1060895
This commit is contained in:
SpiritCroc 2021-10-06 09:32:29 +02:00
parent 450b0bbbaf
commit 29fa7f5ed6
1 changed files with 1 additions and 0 deletions

View File

@ -1064,6 +1064,7 @@ class VectorPreferences @Inject constructor(private val context: Context) {
.putBoolean(SETTINGS_VOICE_MESSAGE, false)
.putBoolean(SETTINGS_USE_RAGE_SHAKE_KEY, true)
.putBoolean(SETTINGS_UNIFIED_PUSH_FORCE_CUSTOM_GATEWAY, true)
.putBoolean(SETTINGS_AGGREGATE_UNREAD_COUNTS, false)
.apply()
}