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
implement dispatchKeyEvent callback
This commit is contained in:
@@ -2086,4 +2086,6 @@ public class View implements Drawable.Callback {
|
||||
public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) {return false;}
|
||||
|
||||
public boolean requestRectangleOnScreen(Rect rectangle) {return false;}
|
||||
|
||||
public boolean dispatchKeyEvent(KeyEvent event) {return false;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user