commit | 00db92e217c3bc08acd09143cac8e3d3b0d0e813 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Wed Aug 19 11:59:47 2015 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Wed Aug 19 12:04:11 2015 +0100 |
tree | 82ef892e6e9fd0226423620d69c6f1d7498df2f6 | |
parent | 2f450842717fc68486c402d6f981e8adeb963b46 [diff] |
Fix NestedScrollView intercepting touches when it shouldn't Caused by NestedScrollView not calling springBack() like it's framework cousin. This means that the scroller still thinks it is running and makes NSV intercept the next DOWN -> UP touch event cycle. BUG: 23340105 Change-Id: I5a036b27c6c2161f7932ee6c3ad3ec180b1e12f3