Merge "Call syncInputWindows after calling transferTouchFocus" into qt-dev am: 7efce5e143 am: 1bc8898ed5

am: 2aa34e0c30

Change-Id: I0750d7884b5ff6462919b2b26f4094c3d92aee2d
This commit is contained in:
Chavi Weingarten
2019-07-01 12:25:09 -07:00
committed by android-build-merger

View File

@@ -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();
}