From 0839009734963e8af7d1137ebefc3f3b394cad35 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Thu, 11 Dec 2025 20:48:12 +0300 Subject: [PATCH] fix scroll button --- yobble/Views/Chat/PrivateChatView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yobble/Views/Chat/PrivateChatView.swift b/yobble/Views/Chat/PrivateChatView.swift index 257354f..1618c2d 100644 --- a/yobble/Views/Chat/PrivateChatView.swift +++ b/yobble/Views/Chat/PrivateChatView.swift @@ -44,7 +44,7 @@ struct PrivateChatView: View { scrollToBottom(proxy: proxy) } - if !isBottomAnchorVisible { + if !isBottomAnchorVisible && !viewModel.isInitialLoading { scrollToBottomButton(proxy: proxy) .padding(.trailing, 12) .padding(.bottom, 4)