After updating Google libraries to 23.2.0
ran into a problem, which was in their old versions (if I'm not mistaken, this is 22+
or 23.1.0
)
I have a RecyclerView
in SwipeRefreshLayout
, which, in turn, is in CoordinatorLayout
in which AppBarLayout
with CollapsingToolbarLayout
inside.
And when my CollapsingToolbarLayout
not fully disclosed and I try to open it with a scroll down, I get the appearance of the SwipeRefreshLayout
download indicator SwipeRefreshLayout
.
What to do?