You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
some fixes to make NewPipe not crash when layouting
This commit is contained in:
14
src/api-impl/android/view/GestureDetector.java
Normal file
14
src/api-impl/android/view/GestureDetector.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package android.view;
|
||||
|
||||
public class GestureDetector {
|
||||
|
||||
public interface OnGestureListener {
|
||||
}
|
||||
|
||||
public interface OnDoubleTapListener {
|
||||
}
|
||||
|
||||
public static class SimpleOnGestureListener implements OnGestureListener {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user