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
1 changed file:
Changes:
... | ... | @@ -60,7 +60,7 @@ class SavedLoginsListView( |
60 | 60 | } else {
|
61 | 61 | binding.progressBar.isVisible = false
|
62 | 62 | binding.savedLoginsList.isVisible = state.loginList.isNotEmpty()
|
63 | - binding.savedPasswordsEmptyView.isVisible = state.loginList.isEmpty()
|
|
63 | + binding.savedPasswordsEmptyView.isVisible = false
|
|
64 | 64 | }
|
65 | 65 | loginsAdapter.submitList(state.filteredItems) {
|
66 | 66 | // Reset scroll position to the first item after submitted list was committed.
|