Send the correct pointer id when transitioning from dragging to delegating state.
Previously, we used the pointer id ALL_POINTER_ID_BITS which sent the pointers physically present on the screen. The previous event stream only had one pointer. This confused the input layer and could cause any number of weird issues. Bug: 300002193 Bug: 316386865 Test: manual. Perform a gesture that switches from dragging to delegating mid-gesture and inspect logs. Observe no InputEventConsistencyVerifier errors. Change-Id: Ifa5083d452bfe3fe6a303231677e734d546020af
Loading
Please register or sign in to comment