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)