mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 05:55:06 -05:00
Fix a force-quit by going to the Accounts page after creating an account
This commit is contained in:
parent
cd7432b663
commit
3ffad03e9b
@ -95,7 +95,6 @@ public class AccountSetupNames extends K9Activity implements OnClickListener
|
|||||||
}
|
}
|
||||||
mAccount.setName(mName.getText().toString());
|
mAccount.setName(mName.getText().toString());
|
||||||
mAccount.save(Preferences.getPreferences(this));
|
mAccount.save(Preferences.getPreferences(this));
|
||||||
FolderList.actionHandleAccount(this, mAccount, K9.INBOX);
|
|
||||||
finish();
|
finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user