commit | 12075972ff2633bc232aa5fdd552c45d9a605b40 | [log] [tgz] |
---|---|---|
author | Andrey Epin <ayepin@google.com> | Fri May 12 12:49:02 2023 -0700 |
committer | Andrey Epin <ayepin@google.com> | Fri May 12 13:10:37 2023 -0700 |
tree | c90698d676426a3e8c2050e06440abbb302223bb | |
parent | 6df7212d1017517efd372845411eebee3d8c8580 [diff] |
A workaround for swipe-down-to-dismiss issue Compatibility RecyclerView reports onNestedScroll `consumed` value as true if scroll is enabled in any direction. The SysUi RecyclerView reports ture only if can be scrolled in the direction of the fling. Add a workaround to ResolverDrawerLayout that restores the legacy functionality. Fix: 264005990 Test: manual testing Change-Id: If379e43c57355489bf8b0265dbab14d796b3dff6