mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 03:49:58 +02:00
fix: don't discard draft if not in editing mode
This commit is contained in:
parent
19cd640dc8
commit
ed23c93526
1 changed files with 1 additions and 1 deletions
|
@ -1287,8 +1287,8 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
|
||||
@Override
|
||||
public void onQuoteDismissed() {
|
||||
if (isEditing) composeText.setText("");
|
||||
isEditing = false;
|
||||
composeText.setText("");
|
||||
}
|
||||
|
||||
// media selected by the system keyboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue