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

Commit 3e44041d authored by Jinyi Shan's avatar Jinyi Shan
Browse files

Send RSB to IME window.

In ViewRootImpl, do not skip delivering RSB events to IME. They will then be received by ImeInputEventReceiver and passed over to InputMethodService.

BUG: 183049819, 270220168
Change-Id: I6674a80a647cf556832a65e19294fe380357df76
parent 96eff559
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -8922,8 +8922,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() {