k-9/src/com/fsck
cketti 43b21f0a24 Fix crashes when selecting messages in the message list
Throughout the code we make the assumption that onPrepareActionMode() is
called right after starting the action mode. However, this is not the case on
Android 5.1.
With this change we call ActionMode.invalidate() right after starting the
action mode which causes onPrepareActionMode() to be invoked.
2015-03-13 21:40:50 +01:00
..
k9 Fix crashes when selecting messages in the message list 2015-03-13 21:40:50 +01:00