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

Commit 9d170515 authored by jackqdyulei's avatar jackqdyulei Committed by android-build-merger
Browse files

Fix the visibility for disabled apps in settings

am: 46b1bd83

Change-Id: I8f21255ec9c6869d5c787a98879efc6c43f2d599
parents 072ecb9a 46b1bd83
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);