mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2893 Space-level chat | Fix | Fix reaction limit UX
This commit is contained in:
parent
0c4ef1f405
commit
88aa30d64b
1 changed files with 1 additions and 1 deletions
|
@ -312,8 +312,8 @@ fun Bubble(
|
|||
showDropdownMenu = false
|
||||
}
|
||||
)
|
||||
Divider(paddingStart = 0.dp, paddingEnd = 0.dp)
|
||||
}
|
||||
Divider(paddingStart = 0.dp, paddingEnd = 0.dp)
|
||||
DropdownMenuItem(
|
||||
text = {
|
||||
Text(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue