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

Commit 898761f6 authored by Mitsuru Oshima's avatar Mitsuru Oshima Committed by The Android Open Source Project
Browse files

am c5b0e6e4: don\'t scale trackball event

Merge commit 'c5b0e6e4'

* commit 'c5b0e6e4':
  don't scale trackball event
parents 98f2b84b c5b0e6e4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1878,9 +1878,6 @@ public final class ViewRoot extends Handler implements ViewParent,
        } else {
            didFinish = false;
        }
        if (event != null) {
            event.scale(mAppScaleInverted);
        }

        if (DEBUG_TRACKBALL) Log.v(TAG, "Motion event:" + event);