From 5d2aadbc834393b532d043d6298d6a23b80c2a5c Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Mon, 1 Jan 2024 11:35:49 -0800 Subject: File downloads now working in macOS client. --- Hotline/iOS/ChatView.swift | 1 - 1 file changed, 1 deletion(-) (limited to 'Hotline/iOS/ChatView.swift') diff --git a/Hotline/iOS/ChatView.swift b/Hotline/iOS/ChatView.swift index e56f3f1..02fd6dc 100644 --- a/Hotline/iOS/ChatView.swift +++ b/Hotline/iOS/ChatView.swift @@ -86,7 +86,6 @@ struct ChatView: View { print("SCROLLED TO BOTTOM") } .onAppear { - print("SCROLLED TO BOTTOM ON APPEAR") reader.scrollTo(bottomID, anchor: .bottom) } .scrollDismissesKeyboard(.interactively) -- cgit