diff --git a/damus/Views/TimelineView.swift b/damus/Views/TimelineView.swift index 3f3aac04..326ae8bc 100644 --- a/damus/Views/TimelineView.swift +++ b/damus/Views/TimelineView.swift @@ -30,12 +30,10 @@ struct TimelineView: View { .redacted(reason: loading ? .placeholder : []) .shimmer(loading) .disabled(loading) - /* .background(GeometryReader { proxy -> Color in handle_scroll_queue(proxy, queue: self.events) return Color.clear }) - */ } .buttonStyle(BorderlessButtonStyle()) .coordinateSpace(name: "scroll")