Jamshid Mamatkulov

Results 3 comments of Jamshid Mamatkulov

Hello For your first issue just add app:layout_behavior="@string/appbar_scrolling_view_behavior" into FrameLayout which covers RefreshLayout

For second issue the only way to fix this issue with appbar is to set listener for AppBarLayout appBar.addOnOffsetChangedListener(AppBarLayout.OnOffsetChangedListener { appBarLayout, verticalOffset -> //swip is IGRefreshLayout instance swipe.isEnabled = verticalOffset...

Everything works as a charm in my device, maybe you miss something, here is my code ![image](https://user-images.githubusercontent.com/25403566/79714991-da52b400-82eb-11ea-9b44-347445ea21ad.png) ![image](https://user-images.githubusercontent.com/25403566/79715002-dde63b00-82eb-11ea-81ce-3df1a24a836d.png)