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

Commit 3b023395 authored by Adam Powell's avatar Adam Powell
Browse files

Fix tap detection after a long press

Change-Id: I004651b8522cac175a72e94a14128d2283da35a4
parent 26b1ef95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4356,6 +4356,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
                        mPendingCheckForTap = new CheckForTap();
                    }
                    mPrivateFlags |= PREPRESSED;
                    mHasPerformedLongPress = false;
                    postDelayed(mPendingCheckForTap, ViewConfiguration.getTapTimeout());
                    break;