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

Commit 4d025d88 authored by Jinyi Shan's avatar Jinyi Shan Committed by Android (Google) Code Review
Browse files

Merge "Send RSB to IME window."

parents e50a50ae 3e44041d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -8923,8 +8923,7 @@ public final class ViewRootImpl implements ViewParent,
                return true;
            }
            return mEvent instanceof MotionEvent
                    && (mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER)
                        || mEvent.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER));
                    && (mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER));
        }

        public boolean shouldSendToSynthesizer() {