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

Commit 887da759 authored by Lei Yu's avatar Lei Yu Committed by Android (Google) Code Review
Browse files

Merge "Fix the visibility for disabled apps in settings"

parents e714aa41 92c2b41b
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);