forked from organicmaps/organicmaps
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:
parent
914abbcc77
commit
2fbe8e9f9d
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ public class MapFragment extends BaseMwmFragment implements View.OnTouchListener
|
|||
|
||||
public void destroySurface()
|
||||
{
|
||||
if (getActivity() != null)
|
||||
mMap.onSurfaceDestroyed(true, isAdded());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue