After updating google libs to 23.2.0
faced issue, that was in previous support libs version (as I remember it was 22+
or 23.1.0
).
I have RecyclerView
in SwipeRefreshLayout
, which is in CoordinatorLayout
that have AppBarLayout
with CollapsingToolbarLayout
.
So when I now have CollapsingToolbarLayout
not fully expanded and try to expand it the swipeRefresh indicator
appears, instead of expanding CollapsingToolbarLayout
.
What can I do?