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

Commit 80362d4a authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix tap detection after a long press"

parents f01cfadc 3b023395
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;