mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
@@ -40,6 +40,9 @@ public class DeferredHandler {
|
||||
public void handleMessage(Message msg) {
|
||||
Runnable r;
|
||||
synchronized (mQueue) {
|
||||
if (mQueue.size() == 0) {
|
||||
return;
|
||||
}
|
||||
r = mQueue.removeFirst();
|
||||
}
|
||||
r.run();
|
||||
|
||||
Reference in New Issue
Block a user