Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fenix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
The Tor Project
Applications
fenix
Commits
9180554c
Unverified
Commit
9180554c
authored
Dec 10, 2021
by
Matthew Finkel
Browse files
Options
Downloads
Patches
Plain Diff
squash! Modify UI/UX
Bug 40198: Spoof English toggle now overlaps with locale list
parent
ce12d399
Branches
tor-browser-94.1.1-11.0-1
tor-browser-94.1.1-11.5-1
Tags
tor-browser-94.1.1-11.0-1-build1
tor-browser-94.1.1-11.5-1-build1
1 merge request
!141
Rebase Fenix patches to Fenix 94.1.1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/src/main/java/org/mozilla/fenix/settings/advanced/LocaleSettingsFragment.kt
+1
-1
1 addition, 1 deletion
...mozilla/fenix/settings/advanced/LocaleSettingsFragment.kt
app/src/main/res/layout/fragment_locale_settings.xml
+1
-1
1 addition, 1 deletion
app/src/main/res/layout/fragment_locale_settings.xml
with
2 additions
and
2 deletions
app/src/main/java/org/mozilla/fenix/settings/advanced/LocaleSettingsFragment.kt
+
1
−
1
View file @
9180554c
...
...
@@ -65,7 +65,7 @@ class LocaleSettingsFragment : Fragment() {
localeUseCase
=
localeUseCase
)
)
localeView
=
LocaleSettingsView
(
binding
.
root
,
interactor
)
localeView
=
LocaleSettingsView
(
binding
.
localeContainer
,
interactor
)
return
view
}
...
...
...
...
This diff is collapsed.
Click to expand it.
app/src/main/res/layout/fragment_locale_settings.xml
+
1
−
1
View file @
9180554c
...
...
@@ -24,7 +24,7 @@
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<
Frame
Layout
<
androidx.constraintlayout.widget.Constraint
Layout
android:id=
"@+id/locale_container"
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
...
...
...
...
This diff is collapsed.
Click to expand it.
aguestuser
@aguestuser
mentioned in issue
#40205 (closed)
·
Jan 25, 2022
mentioned in issue
#40205 (closed)
mentioned in issue #40205
Toggle commit list
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
sign in
to comment