Skip to content

Commit

Permalink
Remove unneeded method
Browse files Browse the repository at this point in the history
  • Loading branch information
svillar committed Feb 27, 2024
1 parent 72a123a commit 4cc8c33
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ class OffscreenPresentation extends Presentation {
super(context, display);
}

@Override
public void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);
}

@Override
public boolean dispatchKeyEvent(KeyEvent event) {
return ((VRBrowserActivity)mContext).dispatchKeyEvent(event);
Expand Down

0 comments on commit 4cc8c33

Please sign in to comment.