Skip to content

Commit

Permalink
[VrActivity] Removed TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
amwatson committed Jan 20, 2024
1 parent ded0337 commit 6421898
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public static void launch(Context context, final String gamePath, final String g
Intent intent = new Intent(context, VrActivity.class);
final int mainDisplayId = getMainDisplay(context);
if (mainDisplayId < 0) {
// TODO handle error
throw new RuntimeException("Could not find main display");
}
ActivityOptions options = ActivityOptions.makeBasic().setLaunchDisplayId(mainDisplayId);
Expand Down Expand Up @@ -65,7 +64,6 @@ protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
mHandle = nativeOnCreate();
Log.info("VR [Java] onCreate()");
// TODO assert mHandle != null
}

@Override
Expand Down

0 comments on commit 6421898

Please sign in to comment.