From aed8c228fd6924a25d30b60ef231d9de7cb4bea6 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Tue, 7 May 2024 14:45:30 +0400 Subject: [PATCH] comment --- apps/ios/Shared/Views/Home/HomeView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/Shared/Views/Home/HomeView.swift b/apps/ios/Shared/Views/Home/HomeView.swift index e8206eb4de..87aeb5ccdc 100644 --- a/apps/ios/Shared/Views/Home/HomeView.swift +++ b/apps/ios/Shared/Views/Home/HomeView.swift @@ -248,6 +248,7 @@ struct HomeView: View { } @ViewBuilder private func contactsView() -> some View { + // TODO changing alias / verification doesn't update list if oneHandUI { ContactsView() .padding(.vertical, 5) @@ -269,7 +270,6 @@ struct HomeView: View { } @ViewBuilder private func chatView() -> some View { - // TODO changing alias / verification doesn't update list if let chatId = chatModel.chatId, let chat = chatModel.getChat(chatId) { ChatView(chat: chat).onAppear { loadChat(chat: chat)