mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 03:49:58 +02:00
cancel editing when user swipe-to-reply a message
This commit is contained in:
parent
ed23c93526
commit
6621046d6d
1 changed files with 2 additions and 0 deletions
|
@ -1425,6 +1425,8 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
|
||||
@Override
|
||||
public void handleReplyMessage(DcMsg msg) {
|
||||
if (isEditing) composeText.setText("");
|
||||
isEditing = false;
|
||||
// If you modify these lines you may also want to modify ConversationItem.setQuote():
|
||||
Recipient author = new Recipient(this, dcContext.getContact(msg.getFromId()));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue