1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Merge pull request #543 from gburca/master

Fixes issue 6703
This commit is contained in:
cketti 2015-02-13 18:48:59 +01:00
commit 8d510e96a9

View File

@ -2285,12 +2285,12 @@ public class MessageListFragment extends Fragment implements OnItemClickListener
mSelectedCount += selectedCountDelta;
}
computeBatchDirection();
updateActionModeTitle();
// make sure the onPrepareActionMode is called
mActionMode.invalidate();
computeBatchDirection();
updateActionModeTitle();
computeSelectAllVisibility();
mAdapter.notifyDataSetChanged();