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

only making the buttons active on the first click leads to weird race

conditions.
This commit is contained in:
Jesse Vincent 2009-11-27 03:28:16 +00:00
parent f4b9edfdca
commit ae33aab57a

View File

@ -2174,7 +2174,7 @@ public class MessageList
if (isChecked)
{
mSelectedCount++;
if (mSelectedCount==1)
if (mSelectedCount > 0)
{
enableBatchButtons();