From f9d01f6f8e7d5ddce329272471c2262dfcf7b142 Mon Sep 17 00:00:00 2001 From: Diogo Date: Fri, 1 Nov 2024 23:16:05 +0000 Subject: [PATCH] fix --- .../kotlin/chat/simplex/common/views/chat/ChatView.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatView.kt index 3a42d26163..142e5160a5 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatView.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatView.kt @@ -1030,6 +1030,8 @@ fun BoxScope.ChatItemsList( preloadItemsEnabled.value = true } } + } else { + scrollAdjustmentEnabled.value = true } } preloadItemsEnabled.value = true