Pass true for config change in onSurfaceDestroyed.

Signed-off-by: DevarshVasani <vasanidevarsh@gmail.com>
This commit is contained in:
Devarsh Chintanbhai Vasani 2025-03-08 21:27:46 +05:30
parent 619b64e0e9
commit 914abbcc77

View file

@ -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()