Skip to content

Commit 2a97ba1

Browse files
cleanup some more when deinit arcgis map
1 parent f056967 commit 2a97ba1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arcgis_map_sdk_ios/ios/arcgis_map_sdk_ios/Sources/arcgis_map_sdk_ios/ZoomStreamHandler.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ class ZoomStreamHandler: NSObject, FlutterStreamHandler {
2929
sink?(zoom)
3030
}
3131
}
32+
33+
deinit {
34+
sink = nil
35+
}
3236
}

0 commit comments

Comments
 (0)