swap the order of compared values for a bit more logical sanity

This commit is contained in:
Jesse Vincent 2010-01-09 23:25:15 +00:00
parent 5802b84e16
commit 497ca01586
1 changed files with 1 additions and 1 deletions

View File

@ -2513,7 +2513,7 @@ public class MessageList
if (!messageList.isEmpty())
{
if (mBatchDeleteButton == v)
if (v == mBatchDeleteButton)
{
mController.deleteMessages(mAccount, mCurrentFolder.name, messageList.toArray(new Message[0]), null);
mSelectedCount = 0;