diff --git a/apps/ios/Shared/Views/Chat/ChatView.swift b/apps/ios/Shared/Views/Chat/ChatView.swift index a6fbf435ef..9b6d2404c4 100644 --- a/apps/ios/Shared/Views/Chat/ChatView.swift +++ b/apps/ios/Shared/Views/Chat/ChatView.swift @@ -436,14 +436,6 @@ struct ChatView: View { .onChange(of: im.reversedChatItems) { _ in floatingButtonModel.chatItemsChanged() } -// .onChange(of: im.itemAdded) { added in -// if added { -// im.itemAdded = false -// if floatingButtonModel.unreadChatItemCounts.isReallyNearBottom { -// scrollModel.scrollToBottom() -// } -// } -// } } }