commit ac02bb58b6f76ac704129493ab88de8694088162
parent 7eba921bf863649dcb408349f25bdaf4c92ddc5f
Author: William Casarin <jb55@jb55.com>
Date: Sun, 7 Aug 2022 18:59:23 -0700
less animations for chat
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)
}
}
}