Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
firefox-android
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cypherpunks1
firefox-android
Commits
ebb67626
Commit
ebb67626
authored
1 year ago
by
sarah541
Committed by
mergify[bot]
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Bug 1830768 - Add nimbus flag for toolbar position
(cherry picked from commit dbc1cb72bca6345c9c80881e117b08b9df6e4392)
parent
30eaf09c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
+3
-2
3 additions, 2 deletions
fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
with
3 additions
and
2 deletions
fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
+
3
−
2
View file @
ebb67626
...
...
@@ -885,9 +885,10 @@ class Settings(private val appContext: Context) : PreferencesHolder {
default
=
true
,
)
var
shouldUseBottomToolbar
by
boolean
Preference
(
var
shouldUseBottomToolbar
by
lazyFeatureFlag
Preference
(
appContext
.
getPreferenceKey
(
R
.
string
.
pref_key_toolbar_bottom
),
default
=
shouldDefaultToBottomToolbar
(),
featureFlag
=
true
,
default
=
{
shouldDefaultToBottomToolbar
()
},
)
val
toolbarPosition
:
ToolbarPosition
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment