iOS: fix Fatal error: No Observable object of type NodeAppModel in GatewayQuickSetupSheet

This commit is contained in:
Emanuel Stadler
2026-02-16 00:43:22 +01:00
committed by Mariano Belinky
parent ee11388e38
commit a779205580

View File

@@ -78,6 +78,8 @@ struct RootCanvas: View {
userAccent: self.appModel.seamColor)
case .quickSetup:
GatewayQuickSetupSheet()
.environment(self.appModel)
.environment(self.gatewayController)
}
}
.fullScreenCover(isPresented: self.$showOnboarding) {