NewPipeRecyclerView should allow scrolling down by default

This commit is contained in:
Alexander-- 2020-02-26 06:40:46 +06:59
parent 56544802e8
commit 6a3a72eb06
1 changed files with 1 additions and 1 deletions

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);