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

Commit 3680e34f authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "remove the lock-use for prunePrintService in case blocking main...

Merge "Merge "remove the lock-use for prunePrintService in case blocking main thread" am: b124bea7 am: 60246acd am: a76f1cbd" into oc-dr1-dev-plus-aosp
parents 4998896d f70a5ebf
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();
        }
    }