mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-07 21:37:02 +09:00
DROID-3706 Chats | Fix | Restrict "Add reaction" to message for viewers (#2476)
This commit is contained in:
parent
1bb8f328ff
commit
600761947f
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ fun Bubble(
|
|||
showDropdownMenu = false
|
||||
}
|
||||
) {
|
||||
if (!isMaxReactionCountReached) {
|
||||
if (!isMaxReactionCountReached && !isReadOnly) {
|
||||
DropdownMenuItem(
|
||||
text = {
|
||||
Text(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue