mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-19 21:39:18 +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) -> {
|
chip.setOnCheckedChangeListener((group1, isChecked) -> {
|
||||||
Set<UUID> groupFilter = new HashSet<>();
|
Set<UUID> groupFilter = new HashSet<>();
|
||||||
|
if (_actionMode != null) {
|
||||||
|
_actionMode.finish();
|
||||||
|
}
|
||||||
|
|
||||||
setSaveChipVisibility(true);
|
setSaveChipVisibility(true);
|
||||||
|
|
||||||
if (!isChecked) {
|
if (!isChecked) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue