mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
cleanup
This commit is contained in:
@@ -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()
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user