
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/22a627092b6eba... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/22a627092b6eba... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)