damus

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

commit 0b7a600c6792d8e623c76e75c1a9051b80ec7a41
parent bd5390fbc06683443c7be226cefbddc49f277654
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  2 Jan 2023 15:25:48 -0800

perf: fix janky linkpreview animation

Diffstat:
Mdamus/Views/NoteContentView.swift | 1-
Mdamus/Views/ProfilePicView.swift | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/damus/Views/NoteContentView.swift b/damus/Views/NoteContentView.swift @@ -103,7 +103,6 @@ struct NoteContentView: View { var body: some View { MainContent() - .animation(.easeInOut, value: metaData) .onAppear() { self.artifacts = render_note_content(ev: event, profiles: profiles, privkey: privkey) } diff --git a/damus/Views/ProfilePicView.swift b/damus/Views/ProfilePicView.swift @@ -73,7 +73,6 @@ struct InnerProfilePicView: View { } struct ProfilePicView: View { - let pubkey: String let size: CGFloat let highlight: Highlight