Merge 2fbe8e9f9d
into 90772d66d2
This commit is contained in:
commit
0a66b02dd1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class MapFragment extends BaseMwmFragment implements View.OnTouchListener
|
|||
|
||||
public void destroySurface()
|
||||
{
|
||||
mMap.onSurfaceDestroyed(requireActivity().isChangingConfigurations(), isAdded());
|
||||
mMap.onSurfaceDestroyed(true, isAdded());
|
||||
}
|
||||
|
||||
public boolean isContextCreated()
|
||||
|
|
Reference in a new issue