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

Commit 65754098 authored by Jeff DeCew's avatar Jeff DeCew Committed by Automerger Merge Worker
Browse files

Merge "Use MotionEvent.getEventTime() instead of SystemClock.uptimeMillis()"...

Merge "Use MotionEvent.getEventTime() instead of SystemClock.uptimeMillis()" into tm-qpr-dev am: 88e06fd2 am: a88d846a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20931865



Change-Id: I136f581d8dee0fad62d3aa8d0e9ba168a3bc747c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8c3f3cc8 a88d846a
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()) {