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

Commit 4d440181 authored by shiwangi shah's avatar shiwangi shah
Browse files

fix to log all categories Permission Manager

Test: deployed apk to testdevice and checked via adb logcat
Bug: b/153999442

Change-Id: I1a6d4dbe64f42ce3b906b77aa773235c0f5e7f54
parent 76d6e03d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -363,9 +363,9 @@ public final class PermissionAppsFragment extends SettingsWithLargeHeader {
            } else {
                KotlinUtils.INSTANCE.sortPreferenceGroup(category, false, this::comparePreference);
            }
        }

        mViewModel.setCreationLogged(true);
        }

        setLoading(false /* loading */, true /* animate */);
    }