k-9/src
cketti 672a85bcf4 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-14 11:58:05 +01:00
..
com/fsck/k9 Fix crashes when selecting messages in the message list 2015-03-14 11:58:05 +01:00