The onSurfaceDestroyed method is now called unconditionally within destroySurface, removing the previous check for a non-null activity.

Signed-off-by: DevarshVasani <vasanidevarsh@gmail.com>
This commit is contained in:
Devarsh Chintanbhai Vasani 2025-03-08 21:31:54 +05:30
parent 914abbcc77
commit 2fbe8e9f9d

View file

@ -43,7 +43,6 @@ public class MapFragment extends BaseMwmFragment implements View.OnTouchListener
public void destroySurface()
{
if (getActivity() != null)
mMap.onSurfaceDestroyed(true, isAdded());
}