@Override public void onDestroyActionMode(ActionMode mode) { this.mode = null; listView.clearChoices(); adapter.notifyDataSetChanged(); ((AbstractUserListFragment) fragment).setmActionMode(null); }