some fixes to make NewPipe not crash when layouting

This commit is contained in:
Julian Winkler
2023-08-23 09:16:45 +02:00
parent 1474d8d3e1
commit 28cd0006bc
13 changed files with 171 additions and 29 deletions

View File

@@ -35,4 +35,12 @@ public class ViewConfiguration {
public boolean hasPermanentMenuKey() {
return false;
}
public static int getDoubleTapTimeout() {
return 0;
}
public int getScaledDoubleTapSlop() {
return 0;
}
}