mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-29 09:49:04 +00: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