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

Commit 88e06fd2 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Use MotionEvent.getEventTime() instead of SystemClock.uptimeMillis()" into tm-qpr-dev

parents de0b2d6a 926470f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ public class ActivatableNotificationViewController
                return true;
            }
            if (ev.getAction() == MotionEvent.ACTION_UP) {
                mView.setLastActionUpTime(SystemClock.uptimeMillis());
                mView.setLastActionUpTime(ev.getEventTime());
            }
            // With a11y, just do nothing.
            if (mAccessibilityManager.isTouchExplorationEnabled()) {