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

Commit e481885e authored by Prashant Malani's avatar Prashant Malani Committed by android-build-merger
Browse files

Let Rotary encoder events skip IME am: fecbc67e

am: a6bc98c0

Change-Id: Iecf4f32e56e3fac398b8ded665285af5e3632d2f
parents d8f15fa0 a6bc98c0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6041,7 +6041,8 @@ public final class ViewRootImpl implements ViewParent,
                return true;
            }
            return mEvent instanceof MotionEvent
                    && mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER);
                    && (mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER)
                        || mEvent.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER));
        }

        public boolean shouldSendToSynthesizer() {