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

Commit d9ff9c78 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am bb27277d: Use actual app name in location dialog.

* commit 'bb27277d':
  Use actual app name in location dialog.
parents 2703e5e8 bb27277d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -277,7 +277,7 @@ public final class AppPermissionsFragment extends SettingsWithHeader
        addToggledGroup(group);

        if (LocationUtils.isLocked(group.getName(), group.getApp().packageName)) {
            LocationUtils.showLocationDialog(getContext(), group.getLabel());
            LocationUtils.showLocationDialog(getContext(), mAppPermissions.getAppLabel());
            return false;
        }
        if (newValue == Boolean.TRUE) {