Merge "Call syncInputWindows after calling transferTouchFocus" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7efce5e143
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user