From 5394e481f6db31f41dbfe9c680bedb33a788fe30 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Tue, 7 May 2024 17:28:23 +0400 Subject: [PATCH] comment --- apps/ios/Shared/Views/ChatList/ChatListNavLink.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift b/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift index 79ee498c69..d9b59d0df8 100644 --- a/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift +++ b/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift @@ -130,6 +130,7 @@ struct ChatListNavLink: View { return ActionSheet( title: Text("Delete conversation?"), buttons: [ + // TODO chat doesn't disappear until view is re-opened .destructive(Text("Delete conversation")) { Task { await deleteChatContact(chat, chatDeleteMode: .messages) } }, .destructive(Text("Delete conversation and contact")) { contactNavLinkSheet = .notifyDeleteContactActionSheet }, .cancel()