mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-11 21:58:35 -05:00
Fixed issue 496
Note: No putting 'Account Settints' and 'Accounts' menu option on MessageList as it does not belong there TODO: Add more menu options: Mark All As Read, Folder Settings, etc...
This commit is contained in:
parent
33b1d1b04f
commit
3ea149bd37
@ -274,7 +274,7 @@ public class Accounts extends K9ListActivity implements OnItemClickListener, OnC
|
|||||||
Intent intent = getIntent();
|
Intent intent = getIntent();
|
||||||
boolean startup = (boolean)intent.getBooleanExtra(EXTRA_STARTUP, false);
|
boolean startup = (boolean)intent.getBooleanExtra(EXTRA_STARTUP, false);
|
||||||
if (startup && accounts.length == 1) {
|
if (startup && accounts.length == 1) {
|
||||||
FolderList.actionHandleAccount(this, accounts[0], accounts[0].getAutoExpandFolderName(), true);
|
FolderList.actionHandleAccount(this, accounts[0], true);
|
||||||
finish();
|
finish();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user