Loading play-services-maps-core-mapbox/src/main/kotlin/org/microg/gms/maps/mapbox/model/BitmapDescriptorFactory.kt +4 −4 Original line number Diff line number Diff line Loading @@ -89,15 +89,15 @@ object BitmapDescriptorFactoryImpl : IBitmapDescriptorFactoryDelegate.Stub() { for (map in maps) { map.getStyle { try { runOnMainLooper { try { it.removeImage(id) } } catch (e: Exception) { Log.w(TAG, e) } } } } refCount.remove(id) } Loading Loading
play-services-maps-core-mapbox/src/main/kotlin/org/microg/gms/maps/mapbox/model/BitmapDescriptorFactory.kt +4 −4 Original line number Diff line number Diff line Loading @@ -89,15 +89,15 @@ object BitmapDescriptorFactoryImpl : IBitmapDescriptorFactoryDelegate.Stub() { for (map in maps) { map.getStyle { try { runOnMainLooper { try { it.removeImage(id) } } catch (e: Exception) { Log.w(TAG, e) } } } } refCount.remove(id) } Loading