mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
change delay position
This commit is contained in:
+1
-1
@@ -1573,9 +1573,9 @@ private fun FloatingDate(
|
||||
.collect {
|
||||
setDateVisibility(true)
|
||||
hideDateWhenNotScrolling?.cancel()
|
||||
delay(1000)
|
||||
|
||||
hideDateWhenNotScrolling = coroutineScope.launch {
|
||||
delay(1000)
|
||||
setDateVisibility(false)
|
||||
hideDateWhenNotScrolling = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user