mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-26 01:04:30 +00:00
remove separator animation
This commit is contained in:
@@ -533,12 +533,12 @@ struct ChatView: View {
|
||||
!isDateVisible,
|
||||
let date, !Calendar.current.isDateInToday(date) {
|
||||
await MainActor.run {
|
||||
withAnimation { isDateVisible = true }
|
||||
isDateVisible = true
|
||||
}
|
||||
}
|
||||
} else if isDateVisible {
|
||||
await MainActor.run {
|
||||
withAnimation { isDateVisible = false }
|
||||
isDateVisible = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user