Skip to content

Commit 6269a4c

Browse files
authored
Merge pull request #263 from Esri/des12437/Fix-Filter-features-in-scene-sample
[Fix] Filter features in scene
2 parents 32cf415 + 53b1041 commit 6269a4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Shared/Samples/Filter features in scene/FilterFeaturesInSceneView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ struct FilterFeaturesInSceneView: View {
5050
private extension FilterFeaturesInSceneView {
5151
/// The model used to store the geo model and other expensive objects
5252
/// used in this view.
53+
@MainActor
5354
class Model: ObservableObject {
5455
/// The scene for this sample.
5556
let scene: ArcGIS.Scene

0 commit comments

Comments
 (0)