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

Commit 8df81ab2 authored by cketti's avatar cketti
Browse files

Never start 'Accounts' from 'MessageCompose'

parent b482e9a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ public class MessageCompose extends K9Activity implements OnClickListener,
             * There are no accounts set up. This should not have happened. Prompt the
             * user to set up an account as an acceptable bailout.
             */
            startActivity(new Intent(this, Accounts.class));
            MessageList.launch(this);
            changesMadeSinceLastSave = false;
            finish();
            return;