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

Commit 54d1c1a1 authored by jackqdyulei's avatar jackqdyulei Committed by android-build-merger
Browse files

Fix the visibility for disabled apps in settings am: 46b1bd83

am: 9d170515

Change-Id: Ie6990bcd506f1f502a53c6f027583ce59a11f9c0
parents 52c56d72 9d170515
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -197,6 +197,10 @@ public final class PermissionAppsFragment extends PermissionsFrameFragment imple
                continue;
            }

            if (!app.getAppInfo().enabled) {
                continue;
            }

            String key = app.getKey();
            preferencesToRemove.remove(key);
            Preference existingPref = screen.findPreference(key);