commit | dd3aaa81dc7bcd50bfa8cc87657bdbe9e2b47fdf | [log] [tgz] |
---|---|---|
author | Justin Weir <justinweir@google.com> | Tue Nov 29 15:26:35 2022 -0500 |
committer | Justin Weir <justinweir@google.com> | Wed Nov 30 10:00:07 2022 -0500 |
tree | bcb310d507585c9ab006fc2662fe307362520ac4 | |
parent | b96b7ad9e9db1ea205e7a722c950fa1c38854977 [diff] |
Prevent touch event dispatch on the top edge when collapsed For some reason, touch events at y=0 can get dispatched all the way to Quick Settings, even though it is not visible. This change prevents that from happening in the most narrow way I could find. Fixes: 235889526 Test: atest and manual Change-Id: Iedbb3b55a94864d320b886ba7c29913ad4b8b145