damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 3db77a16a0d810d1d19761ad9e8c038d71fa1e5c
parent 2256e2e62593a3d0d8d774c370bb0fb4f4d00a90
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 24 Jun 2023 17:39:24 +0200

Fix timeline from moving when you're scrolling

Diffstat:
Mdamus/Views/TimelineView.swift | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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")