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

Commit 3ff1a592 authored by The Android Open Source Project's avatar The Android Open Source Project
Browse files

merge from open-source master

Change-Id: Ib9ec3f3b7418d064b643577156d7d16688b3048d
parents 7d10df4e 879becf5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -310,7 +310,9 @@ public abstract class KeyInputQueue {
        mLast = new QueuedEvent();
        mFirst.next = mLast;
        mLast.prev = mFirst;
    }

    void start() {
        mThread.start();
    }

+1 −0
Original line number Diff line number Diff line
@@ -667,6 +667,7 @@ public class WindowManagerService extends IWindowManager.Stub
        }

        mInputThread.start();
        mQueue.start();

        // Add ourself to the Watchdog monitors.
        Watchdog.getInstance().addMonitor(this);