merge from open-source master
Change-Id: Ib9ec3f3b7418d064b643577156d7d16688b3048d
This commit is contained in:
@@ -310,7 +310,9 @@ public abstract class KeyInputQueue {
|
||||
mLast = new QueuedEvent();
|
||||
mFirst.next = mLast;
|
||||
mLast.prev = mFirst;
|
||||
}
|
||||
|
||||
void start() {
|
||||
mThread.start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user