mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Clean quote when canceling edit message.
This commit is contained in:
committed by
Cody Henthorne
parent
7acb2bef3d
commit
380c33642c
@@ -447,6 +447,7 @@ public class InputPanel extends ConstraintLayout
|
||||
composeText.setText("");
|
||||
messageToEdit = null;
|
||||
quoteView.setMessageType(QuoteView.MessageType.PREVIEW);
|
||||
clearQuote();
|
||||
}
|
||||
updateEditModeUi();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user