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

Commit 92d87441 authored by Robert Horvath's avatar Robert Horvath Committed by Android (Google) Code Review
Browse files

Merge "Fix re-registering PositionUpdateListener" into tm-dev

parents f1c5479d 4f999047
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11752,6 +11752,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
                && (info.mHandwritingArea == null || !isAutoHandwritingEnabled())) {
            if (info.mPositionUpdateListener != null) {
                mRenderNode.removePositionUpdateListener(info.mPositionUpdateListener);
                info.mPositionUpdateListener = null;
                info.mPositionChangedUpdate = null;
            }
        } else {