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

Don't automatically show the batch buttons when entering multiselect mode

This commit is contained in:
Jesse Vincent 2010-01-14 00:33:13 +00:00
parent 0061b3da81
commit 25b9f41491

View File

@ -759,7 +759,7 @@ public class MessageList
hideBatchButtons(); hideBatchButtons();
break; break;
case WIDGET_MULTISELECT: case WIDGET_MULTISELECT:
showBatchButtons(); toggleBatchButtons();
break; break;
} }