commit | fc60a78760589b76087e2973add98d0aa35d50ab | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Fri Oct 23 13:42:06 2015 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Fri Oct 23 14:00:59 2015 +0100 |
tree | 1727addf8839c32860bb3d629aa1505436884f79 | |
parent | 2e659d2367fc800cad5075c380d13df65ff36254 [diff] |
Make SwipeRefreshLayout play nice with AppBarLayout Currently SwipeRefreshLayout has support for nested scrolling, but still relies on it's own touch handling, which conflicts. This CL fixes it by disabling the touch handling when a nested scroll is happening. BUG: 25209946 Change-Id: I812f67e35753d243937a34a212cb1112065bff10