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

Commit c06746ce authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Android (Google) Code Review
Browse files

Merge "remove the lock-use for prunePrintService in case blocking main thread" into oc-dev

parents d8830702 f9fbdd2a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -159,10 +159,12 @@ final class UserState implements PrintSpoolerCallbacks, PrintServiceCallbacks,
            readInstalledPrintServicesLocked();
            upgradePersistentStateIfNeeded();
            readDisabledPrintServicesLocked();
        }

        // Some print services might have gotten installed before the User State came up
        prunePrintServices();

        synchronized (mLock) {
            onConfigurationChangedLocked();
        }
    }