Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 49b4352

Browse files
committed
Fix method order
1 parent a25f9c4 commit 49b4352

2 files changed

Lines changed: 2647 additions & 2647 deletions

File tree

demo/Naxam.MapboxQs/MainActivity.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ protected override void OnSaveInstanceState(Bundle outState)
6767
protected override void OnDestroy()
6868
{
6969
mapView.OnDestroy();
70-
base.OnStop();
70+
base.OnDestroy();
7171
}
7272

7373
public override void OnLowMemory()
7474
{
7575
base.OnLowMemory();
7676
mapView.OnLowMemory();
7777
}
78-
}
78+
}
7979
}
8080

0 commit comments

Comments
 (0)