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 bb673eb002..f585541844 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 @@ -1573,9 +1573,9 @@ private fun FloatingDate( .collect { setDateVisibility(true) hideDateWhenNotScrolling?.cancel() + delay(1000) hideDateWhenNotScrolling = coroutineScope.launch { - delay(1000) setDateVisibility(false) hideDateWhenNotScrolling = null }