Merge "Use MotionEvent.getEventTime() instead of SystemClock.uptimeMillis()" into tm-qpr-dev
This commit is contained in:
@@ -109,7 +109,7 @@ public class ActivatableNotificationViewController
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (ev.getAction() == MotionEvent.ACTION_UP) {
|
if (ev.getAction() == MotionEvent.ACTION_UP) {
|
||||||
mView.setLastActionUpTime(SystemClock.uptimeMillis());
|
mView.setLastActionUpTime(ev.getEventTime());
|
||||||
}
|
}
|
||||||
// With a11y, just do nothing.
|
// With a11y, just do nothing.
|
||||||
if (mAccessibilityManager.isTouchExplorationEnabled()) {
|
if (mAccessibilityManager.isTouchExplorationEnabled()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user