This commit is contained in:
Levitating Pineapple
2024-08-28 19:31:55 +03:00
parent e9dd18a98c
commit dea7327610
@@ -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 }
}