mirror of
https://github.com/bitwarden/android.git
synced 2025-02-17 04:19:54 +03:00
Hide overflows with no items (#746)
This commit is contained in:
parent
27fea49b48
commit
45592a7369
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ import kotlinx.collections.immutable.persistentListOf
|
|||
fun BitwardenOverflowActionItem(
|
||||
menuItemDataList: ImmutableList<OverflowMenuItemData> = persistentListOf(),
|
||||
) {
|
||||
if (menuItemDataList.isEmpty()) return
|
||||
var isOverflowMenuVisible by remember { mutableStateOf(false) }
|
||||
Box(
|
||||
contentAlignment = Alignment.Center,
|
||||
|
|
Loading…
Add table
Reference in a new issue