android, desktop: fix msg edit showing disappearing msg button (#6853)

This commit is contained in:
Narasimha-sc
2026-04-21 19:13:14 +00:00
committed by GitHub
parent d49ab88e66
commit 7b66074314

View File

@@ -195,7 +195,7 @@ fun SendMsgView(
)
}
}
if (timedMessageAllowed) {
if (timedMessageAllowed && !cs.editing) {
menuItems.add {
ItemAction(
generalGetString(MR.strings.disappearing_message),