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

Commit c58eb3c6 authored by Justin Weir's avatar Justin Weir
Browse files

Switch System.currentTimeMillis() to Event.getEventTime()

Fixes: 265047028
Test: N/A logging only change
Change-Id: I6b4058e1aa7d79fbe41014fb78daba3f0495c133
parent e4cfc066
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2288,7 +2288,7 @@ public final class NotificationPanelViewController implements Dumpable {
            // When false, down but not synthesized motion event.
            mLastEventSynthesizedDown = mExpectingSynthesizedDown;
            mLastDownEvents.insert(
                    mSystemClock.currentTimeMillis(),
                    event.getEventTime(),
                    mDownX,
                    mDownY,
                    mQsTouchAboveFalsingThreshold,