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

Commit 7fd6522d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Always show the horizontal progress bar when updating Permissions Hub."

parents 822c02ed f3a7883c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -363,6 +363,9 @@ public class PermissionUsageFragment extends SettingsWithButtonHeader implements
        if (appPermissionUsages.isEmpty() || getActivity() == null) {
            return;
        }
        if (mFinishedInitialLoad) {
            setProgressBarVisible(true);
        }
        Context context = getActivity();

        PreferenceScreen screen = getPreferenceScreen();