aboutsummaryrefslogtreecommitdiff
path: root/Hotline/iOS/ChatView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/iOS/ChatView.swift')
-rw-r--r--Hotline/iOS/ChatView.swift1
1 files changed, 0 insertions, 1 deletions
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)