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
onTouchEvent: pass return value to GTK
This allows to propagate unhandled events to the next handler
This commit is contained in:
@@ -875,7 +875,7 @@ public class View extends Object {
|
||||
}
|
||||
|
||||
public boolean onTouchEvent(MotionEvent event) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
public native void setOnTouchListener(OnTouchListener l);
|
||||
|
||||
Reference in New Issue
Block a user