Loading app/ui/src/main/java/com/fsck/k9/activity/MessageCompose.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
app/ui/src/main/java/com/fsck/k9/activity/MessageCompose.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading