mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-21 22:39:12 +00:00
Reset selection state when changing groups
This commit is contained in:
parent
337cb74f72
commit
3efe74d375
1 changed files with 4 additions and 0 deletions
|
@ -312,6 +312,10 @@ public class MainActivity extends AegisActivity implements EntryListView.Listene
|
|||
|
||||
chip.setOnCheckedChangeListener((group1, isChecked) -> {
|
||||
Set<UUID> groupFilter = new HashSet<>();
|
||||
if (_actionMode != null) {
|
||||
_actionMode.finish();
|
||||
}
|
||||
|
||||
setSaveChipVisibility(true);
|
||||
|
||||
if (!isChecked) {
|
||||
|
|
Loading…
Add table
Reference in a new issue