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

Commit

Permalink
[android] - set firsRender flag to false when destroying the surface (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun authored Apr 19, 2017
1 parent fdee13b commit 090677a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/android/src/native_map_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,7 @@ void NativeMapView::_destroySurface() {
}

surface = EGL_NO_SURFACE;
firstRender = true;

if (window != nullptr) {
ANativeWindow_release(window);
Expand Down

0 comments on commit 090677a

Please sign in to comment.