mirror of
https://github.com/mollyim/mollyim-insider-android.git
synced 2025-05-13 05:40:53 +01:00
Clean quote when canceling edit message.
This commit is contained in:
parent
69d3ecb7b4
commit
fcf3c4867b
1 changed files with 1 additions and 0 deletions
|
@ -447,6 +447,7 @@ public class InputPanel extends ConstraintLayout
|
|||
composeText.setText("");
|
||||
messageToEdit = null;
|
||||
quoteView.setMessageType(QuoteView.MessageType.PREVIEW);
|
||||
clearQuote();
|
||||
}
|
||||
updateEditModeUi();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue