Skip to content
Commit 5336e810 authored by Justin Weir's avatar Justin Weir
Browse files

Disallow interception of multitouch events

The shade mishandles multitouch events when the first touch
originates in the status bar, which results in the second touch
being an ACTION_DOWN instead of ACTION_POINTER_DOWN. This causes
multiple problems, so it's preferable to not intercept these
events when we detect them.

Fixes: 198553252
Test: manual and atest
Change-Id: Ib420e0aa207610d5493e7db904eaf31da221a2bf
parent f5c58b67
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment