Skip to content

Commit

Permalink
PythonActivity: we dont need to manually dispatch events.
Browse files Browse the repository at this point in the history
  • Loading branch information
tito committed Aug 1, 2013
1 parent f2dbfb3 commit bc4a45c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/src/org/renpy/android/PythonActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -330,17 +330,6 @@ public boolean onKeyUp(int keyCode, final KeyEvent event) {
}
}

@Override
public boolean dispatchTouchEvent(final MotionEvent ev) {

if (mView != null){
mView.onTouchEvent(ev);
return true;
} else {
return super.dispatchTouchEvent(ev);
}
}

protected void onDestroy() {
mPurchaseDatabase.close();
mBillingService.unbind();
Expand Down

0 comments on commit bc4a45c

Please sign in to comment.