Fix for batch selection bug
This commit is contained in:
parent
7d07d56fc3
commit
7bd520cb41
1 changed files with 2 additions and 0 deletions
|
@ -272,6 +272,8 @@ public class ConversationListFragment extends SherlockListFragment
|
|||
@Override
|
||||
public void onDestroyActionMode(ActionMode mode) {
|
||||
((ConversationListAdapter)getListAdapter()).initializeBatchMode(false);
|
||||
actionMode = null;
|
||||
batchMode = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue