1
0
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:
Koji Arai 2013-10-01 07:53:08 +09:00
parent decf9b7f6b
commit e4313067b6

View File

@ -1917,7 +1917,7 @@ public class MessageCompose extends K9Activity implements OnClickListener,
mWaitingForAttachments = WaitingAction.SAVE; mWaitingForAttachments = WaitingAction.SAVE;
showWaitingForAttachmentDialog(); showWaitingForAttachmentDialog();
} else { } else {
performSend(); performSave();
} }
} }