mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-25 16:22:13 +00:00
android, desktop: fix msg edit showing disappearing msg button (#6853)
This commit is contained in:
@@ -195,7 +195,7 @@ fun SendMsgView(
|
||||
)
|
||||
}
|
||||
}
|
||||
if (timedMessageAllowed) {
|
||||
if (timedMessageAllowed && !cs.editing) {
|
||||
menuItems.add {
|
||||
ItemAction(
|
||||
generalGetString(MR.strings.disappearing_message),
|
||||
|
||||
Reference in New Issue
Block a user