1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Fix a force-quit by going to the Accounts page after creating an account

This commit is contained in:
Jesse Vincent 2010-01-28 00:29:18 +00:00
parent cd7432b663
commit 3ffad03e9b

View File

@ -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();
}