1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-05-26 23:32:10 +00:00

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