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

Commit d25afb7e authored by Andreas Agvard's avatar Andreas Agvard Committed by Automerger Merge Worker
Browse files

DO NOT MERGE Temporary fix for race condition. am: 928e0521

parents 4794801b 928e0521
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);
                    }
                }
            }