Fix a force-quit by going to the Accounts page after creating an account
This commit is contained in:
parent
cd7432b663
commit
3ffad03e9b
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ public class AccountSetupNames extends K9Activity implements OnClickListener
|
|||
}
|
||||
mAccount.setName(mName.getText().toString());
|
||||
mAccount.save(Preferences.getPreferences(this));
|
||||
FolderList.actionHandleAccount(this, mAccount, K9.INBOX);
|
||||
finish();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue