File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
android/src/main/kotlin/com/mapbox/maps/mapbox_maps/offline Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ class OfflineController(
40
40
{ expected ->
41
41
mainHandler.post {
42
42
callback(expected.toResult { it.toFLTStylePack() })
43
+ progressHandlers.remove(styleURI)?.endOfStream()
43
44
}
44
- progressHandlers.remove(styleURI)?.endOfStream()
45
45
}
46
46
)
47
47
}
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ class TileStoreController(
47
47
{ expected ->
48
48
mainHandler.post {
49
49
callback(expected.toResult { it.toFLTTileRegion() })
50
+ tileRegionLoadProgressHandlers.remove(id)?.endOfStream()
50
51
}
51
- tileRegionLoadProgressHandlers.remove(id)?.endOfStream()
52
52
}
53
53
)
54
54
}
@@ -87,8 +87,8 @@ class TileStoreController(
87
87
{ expected ->
88
88
mainHandler.post {
89
89
callback(expected.toResult { it.toFLTTileRegionEstimateResult() })
90
+ tileRegionEstimateProgressHandlers.remove(id)?.endOfStream()
90
91
}
91
- tileRegionEstimateProgressHandlers.remove(id)?.endOfStream()
92
92
}
93
93
)
94
94
}
You can’t perform that action at this time.
0 commit comments