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

Commit 928e0521 authored by Andreas Agvard's avatar Andreas Agvard Committed by Winson Chung
Browse files

DO NOT MERGE Temporary fix for race condition.

Bug: 303078360
Test: Manual

Change-Id: I7355e3b64424492b6fab4f416014d2a9a797973d
parent bf4a08ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public class NavHandleLongPressInputConsumer extends DelegateInputConsumer {
                    if (longPressRunnable != null) {
                        setActive(motionEvent);

                        MAIN_EXECUTOR.post(longPressRunnable);
                        MAIN_EXECUTOR.getHandler().postDelayed(longPressRunnable, 50);
                    }
                }
            }