mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Monoforums
This commit is contained in:
@@ -215,7 +215,10 @@ public final class ChatLoadingPlaceholderNode: ASDisplayNode {
|
||||
self.borderNode.view.mask = self.borderMaskNode.view
|
||||
|
||||
if self.context.sharedContext.energyUsageSettings.fullTranslucency {
|
||||
Queue.mainQueue().after(0.3) {
|
||||
Queue.mainQueue().after(0.3) { [weak self] in
|
||||
guard let self else {
|
||||
return
|
||||
}
|
||||
if !self.didAnimateOut {
|
||||
self.backgroundNode?.updateIsLooping(true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user