Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ class PlacesListOnMapManager(
styleLoadedListener = null
MapboxNavigationApp.unregisterObserver(navigationObserver)
carMapSurface = null
coroutineScope?.cancel()
coroutineScope = null
}

private fun onAttached(mapboxNavigation: MapboxNavigation) {
Expand All @@ -99,8 +101,6 @@ class PlacesListOnMapManager(

private fun onDetached() {
placesListItemMapper = null
coroutineScope?.cancel()
coroutineScope = null
}

private fun loadPlaceRecords() {
Expand Down