Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove shared multi select helper from MainActivity
This will cause back stack issues for bottom sheet dialog fragments with multi select. That means, if a bottom sheet dialog fragment is multi selecting, then on back press, it will just dismiss the dialog rather than closing the multi-select toolbar. This is fixed in the next commit.
- Loading branch information