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