NewPipeRecyclerView should allow scrolling down by default
This commit is contained in:
parent
56544802e8
commit
6a3a72eb06
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue