Skip to content

Commit c3b2d9f

Browse files
committed
fix #880
1 parent 48a8277 commit c3b2d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/mozilla/fenix/utils/Settings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
989989

990990
var shouldUseBottomToolbar by booleanPreference(
991991
key = appContext.getPreferenceKey(R.string.pref_key_toolbar_bottom),
992-
default = false,
992+
default = true,
993993
persistDefaultIfNotExists = true,
994994
)
995995

0 commit comments

Comments
 (0)