1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Don't use the application context to start the Accounts activity (because then we'd have to create a new task)

Fixes issue 2653
This commit is contained in:
cketti 2010-11-18 09:08:40 +00:00
parent b9c3db8f79
commit 0560dc28d9

View File

@ -3412,7 +3412,7 @@ public class MessageList
{
finish();
// TODO inform user about account unavailability using Toast
Accounts.listAccounts(getApplicationContext());
Accounts.listAccounts(this);
}
}