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

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

Merge "SystemService: Ensure code is running on handler" into main

parents 5bd2c481 75d70bd2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1479,6 +1479,10 @@ class BluetoothManagerService {
     * PHASE_SYSTEM_SERVICES_READY.
     */
    void handleOnBootPhase() {
        mHandler.post(() -> internalHandleOnBootPhase());
    }

    private void internalHandleOnBootPhase() {
        if (DBG) {
            Log.d(TAG, "Bluetooth boot completed");
        }