imallan/JellyRefreshLayout

ViewCompat.canScrollVertically is deprecated.

shafayatrmg opened this issue · 0 comments

Hi,

The method canScrollVertically has been deprecated. Can you please update your code with the latest api's? Thanks.

The code block I am talking about is this,

public boolean canChildScrollUp() { if (mChildView == null) { return false; } return ViewCompat.canScrollVertically(mChildView, -1); }