mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-12 06:08:25 -05:00
only making the buttons active on the first click leads to weird race
conditions.
This commit is contained in:
parent
f4b9edfdca
commit
ae33aab57a
@ -2174,7 +2174,7 @@ public class MessageList
|
||||
if (isChecked)
|
||||
{
|
||||
mSelectedCount++;
|
||||
if (mSelectedCount==1)
|
||||
if (mSelectedCount > 0)
|
||||
{
|
||||
|
||||
enableBatchButtons();
|
||||
|
Loading…
Reference in New Issue
Block a user