forked from organicmaps/organicmaps
Pass true
for config change in onSurfaceDestroyed
.
Signed-off-by: DevarshVasani <vasanidevarsh@gmail.com>
This commit is contained in:
parent
619b64e0e9
commit
914abbcc77
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class MapFragment extends BaseMwmFragment implements View.OnTouchListener
|
|||
public void destroySurface()
|
||||
{
|
||||
if (getActivity() != null)
|
||||
mMap.onSurfaceDestroyed(getActivity().isChangingConfigurations(), isAdded());
|
||||
mMap.onSurfaceDestroyed(true, isAdded());
|
||||
}
|
||||
|
||||
public boolean isContextCreated()
|
||||
|
|
Loading…
Add table
Reference in a new issue