mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Eliminate failing Toast. Perhaps it can be restored, if the Toast is
generated in the message handling thread.
This commit is contained in:
parent
b4b1b081a7
commit
f3312eb064
@ -1174,7 +1174,8 @@ public class MessageList extends K9ListActivity {
|
||||
return;
|
||||
}
|
||||
|
||||
Toast.makeText(MessageList.this, message, Toast.LENGTH_LONG).show();
|
||||
// Perhaps this can be restored, if done in the mHandler thread
|
||||
// Toast.makeText(MessageList.this, message, Toast.LENGTH_LONG).show();
|
||||
mHandler.progress(false);
|
||||
mHandler.folderLoading(folder, false);
|
||||
mHandler.folderSyncing(null);
|
||||
|
Loading…
Reference in New Issue
Block a user