From ee11388e38e7971d354b991b452a8d7fa267e648 Mon Sep 17 00:00:00 2001 From: Emanuel Stadler <9994339+emanuelst@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:31:58 +0100 Subject: [PATCH] iOS: fix Fatal error: No Observable object of type NodeAppModel in Settings sheet --- apps/ios/Sources/RootCanvas.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/ios/Sources/RootCanvas.swift b/apps/ios/Sources/RootCanvas.swift index ea6a245e0ea..da61c80e187 100644 --- a/apps/ios/Sources/RootCanvas.swift +++ b/apps/ios/Sources/RootCanvas.swift @@ -65,6 +65,9 @@ struct RootCanvas: View { switch sheet { case .settings: SettingsTab() + .environment(self.appModel) + .environment(self.appModel.voiceWake) + .environment(self.gatewayController) case .chat: ChatSheet( // Mobile chat UI should use the node role RPC surface (chat.* / sessions.*)