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
22a62709
Commit
22a62709
authored
Jan 2, 2023
by
cypherpunks1
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Modify UI/UX
Bug 41185: Hide learn more about sync
parent
635d732f
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!164
Bug 41185: Hide learn more about sync
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/org/mozilla/fenix/settings/logins/view/SavedLoginsListView.kt
+1
-1
1 addition, 1 deletion
...mozilla/fenix/settings/logins/view/SavedLoginsListView.kt
with
1 addition
and
1 deletion
app/src/main/java/org/mozilla/fenix/settings/logins/view/SavedLoginsListView.kt
+
1
−
1
View file @
22a62709
...
...
@@ -60,7 +60,7 @@ class SavedLoginsListView(
}
else
{
binding
.
progressBar
.
isVisible
=
false
binding
.
savedLoginsList
.
isVisible
=
state
.
loginList
.
isNotEmpty
()
binding
.
savedPasswordsEmptyView
.
isVisible
=
state
.
loginList
.
isEmpty
()
binding
.
savedPasswordsEmptyView
.
isVisible
=
false
}
loginsAdapter
.
submitList
(
state
.
filteredItems
)
{
// Reset scroll position to the first item after submitted list was committed.
...
...
...
...
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
sign in
to comment