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

Commit 1fb9d1a8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Let Rotary encoder events skip IME" into cw-f-dev

parents a2891ed4 fecbc67e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6039,7 +6039,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() {