mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
swap the order of compared values for a bit more logical sanity
This commit is contained in:
parent
5802b84e16
commit
497ca01586
@ -2513,7 +2513,7 @@ public class MessageList
|
|||||||
|
|
||||||
if (!messageList.isEmpty())
|
if (!messageList.isEmpty())
|
||||||
{
|
{
|
||||||
if (mBatchDeleteButton == v)
|
if (v == mBatchDeleteButton)
|
||||||
{
|
{
|
||||||
mController.deleteMessages(mAccount, mCurrentFolder.name, messageList.toArray(new Message[0]), null);
|
mController.deleteMessages(mAccount, mCurrentFolder.name, messageList.toArray(new Message[0]), null);
|
||||||
mSelectedCount = 0;
|
mSelectedCount = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user