Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4313067 authored by Koji Arai's avatar Koji Arai
Browse files

Don't performSend() on onSave().

parent decf9b7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1917,7 +1917,7 @@ public class MessageCompose extends K9Activity implements OnClickListener,
            mWaitingForAttachments = WaitingAction.SAVE;
            showWaitingForAttachmentDialog();
        } else {
            performSend();
            performSave();
        }
    }