Skip to content

Commit

Permalink
Make READY_TO_START explicit after map loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
01smito01 committed Jan 3, 2025
1 parent 4c2f6a5 commit 51f85cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class QueryFeaturesWithArcadeExpressionViewModel(application: Application) :
}

// update query state, map is ready for user interaction
_queryStateFlow.value = QueryState()
_queryStateFlow.value = QueryState(loadState = LoadState.READY_TO_START)
}

// add the marker graphic to the graphics overlay
Expand Down

0 comments on commit 51f85cc

Please sign in to comment.