mirror of
https://github.com/bitwarden/android.git
synced 2024-11-27 12:00:19 +03:00
Hide overflow when there are no items (#684)
This commit is contained in:
parent
cf930438c2
commit
13f5467544
1 changed files with 11 additions and 9 deletions
|
@ -114,6 +114,7 @@ fun BitwardenListItem(
|
|||
}
|
||||
}
|
||||
|
||||
if (selectionDataList.isNotEmpty()) {
|
||||
IconButton(
|
||||
onClick = { shouldShowDialog = true },
|
||||
) {
|
||||
|
@ -125,6 +126,7 @@ fun BitwardenListItem(
|
|||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (shouldShowDialog) {
|
||||
BitwardenSelectionDialog(
|
||||
|
|
Loading…
Reference in a new issue