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
1 changed files with 2 additions and 0 deletions

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) {