This commit is contained in:
Levitating Pineapple
2024-08-16 22:31:38 +03:00
parent 28fc268e7f
commit d064fe00b1
@@ -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()
// }
// }
// }
}
}