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
1 file changed