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

Commit 8de251dc authored by Romain Hunault's avatar Romain Hunault
Browse files

Fix syntax issue

parent 8148f9b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -402,7 +402,7 @@ final class DefaultPermissionGrantPolicy {
            if(launcherPackage != null
            		&& doesPackageSupportRuntimePermissions(launcherPackage)){
            	grantRuntimePermissionsLPw(launcherPackage, LOCATION_PERMISSIONS, userId);
              grantRuntimePermissions(launcherPackage, STORAGE_PERMISSIONS, userId);
              grantRuntimePermissionsLPw(launcherPackage, STORAGE_PERMISSIONS, userId);
            }

            // NlpMozillaBackend