Loading services/core/java/com/android/server/wm/DragState.java +2 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
services/core/java/com/android/server/wm/DragState.java +2 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading