diff --git a/src/com/android/email/activity/MessageList.java b/src/com/android/email/activity/MessageList.java index 6b5803cc1..b992b232f 100644 --- a/src/com/android/email/activity/MessageList.java +++ b/src/com/android/email/activity/MessageList.java @@ -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);