From ac02bb58b6f76ac704129493ab88de8694088162 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 7 Aug 2022 18:59:23 -0700 Subject: [PATCH] less animations for chat Signed-off-by: William Casarin --- damus/Views/ChatroomView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Views/ChatroomView.swift b/damus/Views/ChatroomView.swift index 16a3397c..6f54c088 100644 --- a/damus/Views/ChatroomView.swift +++ b/damus/Views/ChatroomView.swift @@ -44,7 +44,7 @@ struct ChatroomView: View { scroll_to_event(scroller: scroller, id: ev.id, delay: 0, animate: true, anchor: .top) } .onAppear() { - scroll_to_event(scroller: scroller, id: thread.initial_event.id, delay: 0.3, animate: true, anchor: .bottom) + scroll_to_event(scroller: scroller, id: thread.initial_event.id, delay: 0.3, animate: false, anchor: .bottom) } } }