Skip to content
Snippets Groups Projects
Commit 22a62709 authored by cypherpunks1's avatar cypherpunks1
Browse files

fixup! Modify UI/UX

Bug 41185: Hide learn more about sync
parent 635d732f
Branches
Tags
1 merge request!164Bug 41185: Hide learn more about sync
......@@ -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.
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment