Various fixes

This commit is contained in:
Ilya Laktyushin
2023-12-18 02:31:48 +04:00
parent 1b66f573c7
commit 42e2576dce
5 changed files with 23 additions and 8 deletions

View File

@@ -2432,7 +2432,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
guard let self else {
return
}
Queue.mainQueue().after(0.1) {
Queue.mainQueue().after(0.05) {
self.openStorySharing(messages: messages)
}
}