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

Commit 490bf10e authored by Stanislav Zholnin's avatar Stanislav Zholnin Committed by android-build-merger
Browse files

Fix the bug where backgroung permissions changes were not logged.

am: 076bb687

Change-Id: I9443a92cd312cd54bb0014a38ce1e0ea68c5885e
parents dd885700 076bb687
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -354,7 +354,7 @@ public class AppPermissionFragment extends SettingsWithLargeHeader {
            return permissionSnapshot;
        }

        permissions = mGroup.getPermissions();
        permissions = permissionGroup.getPermissions();
        numPermissions = permissions.size();

        for (int i = 0; i < numPermissions; i++) {