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 e30d4eb commit e820436Copy full SHA for e820436
Shared/Samples/Augment reality to navigate route/AugmentRealityToNavigateRouteView.swift
@@ -61,9 +61,6 @@ struct AugmentRealityToNavigateRouteView: View {
61
toolbarButtons
62
}
63
64
- .onAppear {
65
- model.statusText = "Tap to place a start point."
66
- }
67
.errorAlert(presentingError: $error)
68
69
@@ -163,7 +160,7 @@ private extension AugmentRealityToNavigateRouteView {
163
160
let sceneModel = SceneModel()
164
161
165
162
/// The status text displayed to the user.
166
- @Published var statusText = ""
+ @Published var statusText = "Tap to place a start point."
167
168
deinit {
169
Task {
0 commit comments