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

View File

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