Merge remote-tracking branch 'upstream/master'

This commit is contained in:
sk
2023-01-30 23:55:03 +01:00
33 changed files with 1390 additions and 77 deletions

View File

@@ -71,7 +71,7 @@ public class ElevationOnScrollListener extends RecyclerView.OnScrollListener imp
@Override
public void onScrollChange(View v, int scrollX, int scrollY, int oldScrollX, int oldScrollY){
handleScroll(v.getContext(), scrollY==0);
handleScroll(v.getContext(), scrollY<=0);
}
private void handleScroll(Context context, boolean newAtTop){