Skip to content

Commit

Permalink
add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianBissekkou committed Nov 27, 2023
1 parent ec61e1b commit 8bcefcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arcgis_map_sdk_ios/ios/Classes/ArcgisMapView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ class ArcgisMapView: NSObject, FlutterPlatformView {
newGraphics.append(contentsOf: try parser.parse(dictionary: call.arguments as! Dictionary<String, Any>))
} catch {
result(FlutterError(code: "unknown_error", message: "Error while adding graphic. \(error)", details: nil))
return
}


Expand Down

0 comments on commit 8bcefcd

Please sign in to comment.