mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Fix for batch selection bug
This commit is contained in:
parent
7d07d56fc3
commit
7bd520cb41
@ -272,6 +272,8 @@ public class ConversationListFragment extends SherlockListFragment
|
||||
@Override
|
||||
public void onDestroyActionMode(ActionMode mode) {
|
||||
((ConversationListAdapter)getListAdapter()).initializeBatchMode(false);
|
||||
actionMode = null;
|
||||
batchMode = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user