mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
DO NOT MERGE Temporary fix for race condition.
Bug: 303078360 Test: Manual Change-Id: I7355e3b64424492b6fab4f416014d2a9a797973d
This commit is contained in:
committed by
Winson Chung
parent
bf4a08acef
commit
928e0521b2
@@ -54,7 +54,7 @@ public class NavHandleLongPressInputConsumer extends DelegateInputConsumer {
|
||||
if (longPressRunnable != null) {
|
||||
setActive(motionEvent);
|
||||
|
||||
MAIN_EXECUTOR.post(longPressRunnable);
|
||||
MAIN_EXECUTOR.getHandler().postDelayed(longPressRunnable, 50);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user