Skip to content
Snippets Groups Projects
Commit ebb67626 authored by sarah541's avatar sarah541 Committed by mergify[bot]
Browse files

Bug 1830768 - Add nimbus flag for toolbar position

(cherry picked from commit dbc1cb72bca6345c9c80881e117b08b9df6e4392)
parent 30eaf09c
No related branches found
No related tags found
No related merge requests found
......@@ -885,9 +885,10 @@ class Settings(private val appContext: Context) : PreferencesHolder {
default = true,
)
var shouldUseBottomToolbar by booleanPreference(
var shouldUseBottomToolbar by lazyFeatureFlagPreference(
appContext.getPreferenceKey(R.string.pref_key_toolbar_bottom),
default = shouldDefaultToBottomToolbar(),
featureFlag = true,
default = { shouldDefaultToBottomToolbar() },
)
val toolbarPosition: ToolbarPosition
......
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