Skip to content

Commit

Permalink
feat: default sync messages to true
Browse files Browse the repository at this point in the history
  • Loading branch information
ViscousPot committed Sep 15, 2024
1 parent 12f0aff commit bcbf8b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SettingsManager internal constructor(context: Context) {
}

fun getSyncMessageEnabled(): Boolean {
return settingsSharedPref.getBoolean("syncMessageEnabled", false)
return settingsSharedPref.getBoolean("syncMessageEnabled", true)
}

fun toggleSyncMessageEnabled() {
Expand Down

0 comments on commit bcbf8b0

Please sign in to comment.