Skip to content

Commit bc4a45c

Browse files
committed
PythonActivity: we dont need to manually dispatch events.
1 parent f2dbfb3 commit bc4a45c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/src/org/renpy/android/PythonActivity.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -330,17 +330,6 @@ public boolean onKeyUp(int keyCode, final KeyEvent event) {
330330
}
331331
}
332332

333-
@Override
334-
public boolean dispatchTouchEvent(final MotionEvent ev) {
335-
336-
if (mView != null){
337-
mView.onTouchEvent(ev);
338-
return true;
339-
} else {
340-
return super.dispatchTouchEvent(ev);
341-
}
342-
}
343-
344333
protected void onDestroy() {
345334
mPurchaseDatabase.close();
346335
mBillingService.unbind();

0 commit comments

Comments
 (0)