From d064fe00b187114883460d25d029db9ecf213c77 Mon Sep 17 00:00:00 2001 From: Levitating Pineapple Date: Fri, 16 Aug 2024 22:31:38 +0300 Subject: [PATCH] cleanup --- apps/ios/Shared/Views/Chat/ChatView.swift | 8 -------- 1 file changed, 8 deletions(-) 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() -// } -// } -// } } }