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

Commit ce8648fb authored by Chavi Weingarten's avatar Chavi Weingarten Committed by android-build-merger
Browse files

Merge "Call syncInputWindows after calling transferTouchFocus" into qt-dev am: 7efce5e1

am: 1bc8898e

Change-Id: If48258f4233e02f4e3992aa407d87837825c9922
parents 40376570 1bc8898e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -176,6 +176,8 @@ class DragState {
        mTransaction.transferTouchFocus(mTransferTouchFromToken, h.token);
        mTransferTouchFromToken = null;

        // syncInputWindows here to ensure the input channel isn't removed before the transfer.
        mTransaction.syncInputWindows();
        mTransaction.apply();
    }