mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 02:30:10 -05: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:
parent
b9c3db8f79
commit
0560dc28d9
@ -3412,7 +3412,7 @@ public class MessageList
|
||||
{
|
||||
finish();
|
||||
// TODO inform user about account unavailability using Toast
|
||||
Accounts.listAccounts(getApplicationContext());
|
||||
Accounts.listAccounts(this);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user