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
1 changed files with 1 additions and 0 deletions

View File

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