We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba89d0f commit d60988fCopy full SHA for d60988f
arcgis_map_sdk_ios/ios/arcgis_map_sdk_ios/Sources/arcgis_map_sdk_ios/MapContentView.swift
@@ -46,7 +46,6 @@ struct MapContentView: View {
46
}
47
.ignoresSafeArea(edges: .all)
48
.task {
49
- // Listen for load status changes and set the load status text.
50
for await loadStatus in viewModel.map.$loadStatus {
51
viewModel.onLoadStatusChanged?(loadStatus)
52
0 commit comments