Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] fix double map activity
Browse files Browse the repository at this point in the history
  • Loading branch information
ivovandongen committed Sep 21, 2017
1 parent 4ae7052 commit 5dca8c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ public void onStop() {
}

@Override
public void onDestroy() {
super.onDestroy();
public void onDestroyView() {
super.onDestroyView();
mapView.onDestroy();
mapViewMini.onDestroy();
}
Expand Down

0 comments on commit 5dca8c8

Please sign in to comment.