mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Don't performSend() on onSave().
This commit is contained in:
parent
decf9b7f6b
commit
e4313067b6
@ -1917,7 +1917,7 @@ public class MessageCompose extends K9Activity implements OnClickListener,
|
||||
mWaitingForAttachments = WaitingAction.SAVE;
|
||||
showWaitingForAttachmentDialog();
|
||||
} else {
|
||||
performSend();
|
||||
performSave();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user