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

@@ -0,0 +1,14 @@
package android.view;
public class GestureDetector {
public interface OnGestureListener {
}
public interface OnDoubleTapListener {
}
public static class SimpleOnGestureListener implements OnGestureListener {
}
}