From bb2e0d4ffd2b6334a8772bdfc4206434e697b622 Mon Sep 17 00:00:00 2001 From: Diogo Date: Thu, 22 Aug 2024 15:20:36 +0100 Subject: [PATCH] remove comment --- apps/ios/Shared/Views/NewChat/NewChatView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/ios/Shared/Views/NewChat/NewChatView.swift b/apps/ios/Shared/Views/NewChat/NewChatView.swift index 9a52bfaa20..8abdf41286 100644 --- a/apps/ios/Shared/Views/NewChat/NewChatView.swift +++ b/apps/ios/Shared/Views/NewChat/NewChatView.swift @@ -433,7 +433,6 @@ private struct ActiveProfilePicker: View { } } catch { await MainActor.run { - // TODO: discuss error handling switchingProfile = false if let currentUser = chatModel.currentUser { selectedProfile = currentUser