1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

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

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;