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

Commit a88d846a 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

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



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