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

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

Merge "Fix ConcurrentModificationException" into rvc-dev

parents e50d02b7 c674db6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ private suspend fun revokePermissionsOnUnusedApps(
                    }.toMap())
        }
    }
    for (user in unusedApps.keys) {
    for (user in unusedApps.keys.toList()) {
        if (user !in userStats.keys) {
            if (DEBUG) {
                DumpableLog.i(LOG_TAG, "Ignoring user ${user.identifier}")