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

Commit b124bea7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents aadb414f 82cff68a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -154,10 +154,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();
        }
    }