mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 14:05:05 -05:00
parent
a51daf9798
commit
673b1fdf94
@ -299,6 +299,7 @@ public class Accounts extends K9ListActivity implements OnItemClickListener, OnC
|
|||||||
finish();
|
finish();
|
||||||
} else if (startup && accounts.length == 1 && onOpenAccount(accounts[0])) {
|
} else if (startup && accounts.length == 1 && onOpenAccount(accounts[0])) {
|
||||||
// fall through to "else" if !onOpenAccount()
|
// fall through to "else" if !onOpenAccount()
|
||||||
|
finish();
|
||||||
} else {
|
} else {
|
||||||
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
|
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
|
||||||
requestWindowFeature(Window.FEATURE_PROGRESS);
|
requestWindowFeature(Window.FEATURE_PROGRESS);
|
||||||
|
Loading…
Reference in New Issue
Block a user