Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - don't call OnSurfaceCreated from the main thread
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Mar 27, 2019
1 parent 36e6360 commit ff99511
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ public GLSurfaceViewMapRenderer(Context context,
public void surfaceDestroyed(SurfaceHolder holder) {
onSurfaceDestroyed();
}

@Override
public void surfaceCreated(SurfaceHolder holder) {
onSurfaceCreated(null, null);
}
});
}

Expand Down

0 comments on commit ff99511

Please sign in to comment.