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:
parent
ef1abffa26
commit
5566c79e07
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user