mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-01 20:08:57 +00:00
cleanup
This commit is contained in:
@@ -500,11 +500,9 @@ struct ChatView: View {
|
||||
if !self.isDateVisible {
|
||||
withAnimation { self.isDateVisible = true }
|
||||
}
|
||||
return Void()
|
||||
}
|
||||
.debounce(for: 1, scheduler: DispatchQueue.main)
|
||||
.sink {
|
||||
print("off")
|
||||
if self.isDateVisible {
|
||||
withAnimation { self.isDateVisible = false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user