k-9/src/com/fsck/k9/fragment
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
..
ConfirmationDialogFragment.java Merge branch 'master' into tls-client-cert-auth 2014-07-04 18:08:07 -04:00
MessageListFragment.java Fix crashes when selecting messages in the message list 2015-03-13 21:40:50 +01:00
MessageViewFragment.java Remove ActionBarSherlock 2014-06-21 17:09:45 +02:00
ProgressDialogFragment.java Remove ActionBarSherlock 2014-06-21 17:09:45 +02:00