1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-13 22:58:03 -05:00

Fixed issue 1143: Calling finish() on Accounts activity when auto jumping to the only one existing account

This commit is contained in:
Bao-Long Nguyen-Trong 2010-02-01 15:24:27 +00:00
parent ef1abffa26
commit 5566c79e07

View File

@ -280,6 +280,7 @@ public class Accounts extends K9ListActivity implements OnItemClickListener, OnC
if (startup && accounts.length == 1) if (startup && accounts.length == 1)
{ {
onOpenAccount(accounts[0]); onOpenAccount(accounts[0]);
finish();
} }
else else
{ {