commit | a99cffb85e765df096435a3489206579b7d9452d | [log] [tgz] |
---|---|---|
author | Fabian Kozynski <kozynski@google.com> | Thu Oct 20 17:10:24 2022 -0400 |
committer | Fabian Kozynski <kozynski@google.com> | Wed Oct 26 14:29:03 2022 -0400 |
tree | 580b2709509b9bac6db18140bd9193b1437107d2 | |
parent | 268f0020988cadb46a69ee3843da3d9cd4214669 [diff] |
Fix touches in Large screen header When using large screen header and QS can scroll, the NonInterceptingScrollView was intercepting the touches. By moving the view after the qs_frame (in the children list), this makes sure that the header has a chance to intercept touches first. Test: manual, large display size (so it scrolls). Click on privacy indicators and network settings. Test: atest CtsPermission4TestCases Fixes: 252791648 Change-Id: I91362981d34acd703487acfca8e8bd6f8fa953e9