We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a8277 commit c3b2d9fCopy full SHA for c3b2d9f
app/src/main/java/org/mozilla/fenix/utils/Settings.kt
@@ -989,7 +989,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
989
990
var shouldUseBottomToolbar by booleanPreference(
991
key = appContext.getPreferenceKey(R.string.pref_key_toolbar_bottom),
992
- default = false,
+ default = true,
993
persistDefaultIfNotExists = true,
994
)
995
0 commit comments