[tbb-commits] [Git][tpo/applications/fenix][tor-browser-102.2.1-12.5-1] fixup! Modify UI/UX
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Fri Jan 13 17:43:06 UTC 2023
Pier Angelo Vendrame pushed to branch tor-browser-102.2.1-12.5-1 at The Tor Project / Applications / fenix
Commits:
22a62709 by cypherpunks1 at 2023-01-02T01:50:49+00:00
fixup! Modify UI/UX
Bug 41185: Hide learn more about sync
- - - - -
1 changed file:
- app/src/main/java/org/mozilla/fenix/settings/logins/view/SavedLoginsListView.kt
Changes:
=====================================
app/src/main/java/org/mozilla/fenix/settings/logins/view/SavedLoginsListView.kt
=====================================
@@ -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.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/22a627092b6eba6904e5f424469e3a7f5cf935a2
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/22a627092b6eba6904e5f424469e3a7f5cf935a2
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230113/20ad9304/attachment.htm>
More information about the tbb-commits
mailing list