Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43fcda15 authored by Joel Galenson's avatar Joel Galenson
Browse files

Clear out the saved group name after we use it.

This prevents us from re-applying it after removing it, leaving the
page, and then going back.

Fixes: 123768948
Test: Apply filter, remove it, click on permission, go back, see no
filter applied.

Change-Id: I4e5e80c0220366924d39866313c7d21605645b27
parent 0950ecf4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -328,6 +328,7 @@ public class PermissionUsageFragment extends SettingsWithButtonHeader implements
        if (mSavedGroupName != null && mFilterGroup == null) {
            if (getGroup(mSavedGroupName) != null) {
                mFilterGroup = mSavedGroupName;
                mSavedGroupName = null;
            }
        }