NewPipeRecyclerView should allow scrolling down by default

This commit is contained in:
Alexander-- 2020-02-26 06:40:46 +06:59
parent c5c7c41c8f
commit 5559898332

View file

@ -36,7 +36,7 @@ public class NewPipeRecyclerView extends RecyclerView {
private Rect focusRect = new Rect();
private Rect tempFocus = new Rect();
private boolean allowDpadScroll;
private boolean allowDpadScroll = true;
public NewPipeRecyclerView(@NonNull Context context) {
super(context);