On Sat, Dec 24, 2011 at 7:31 AM, String <[email protected]> wrote: > I have found that the the Done button WILL invoke onDestroyActionMode() if > your callback is an instance of AbsListView.MultiChoiceModeListener, rather > than simply ActionMode.Callback. You need to implement one more method > (for onItemCheckedStateChanged()), but it can simply be a no-op stub. > > My impression is that ActionMode.Callback not > calling onDestroyActionMode() is a bug, and should probably be reported > (comments anyone?), but in the meanwhile this seems like a reasonable > workaround.
I would agree on both counts. I'll have to try this out next week. Thanks! -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 4.0 Programming Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

