mobile: decrease mark read delay (#1085)
This commit is contained in:
@@ -569,7 +569,7 @@ fun BoxWithConstraintsScope.ChatItemsList(
|
||||
if (cItem.isRcvNew) {
|
||||
LaunchedEffect(cItem.id) {
|
||||
scope.launch {
|
||||
delay(750)
|
||||
delay(600)
|
||||
markRead(CC.ItemRange(cItem.id, cItem.id), null)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user