mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[WIP] Colored profile banners
This commit is contained in:
@@ -279,7 +279,7 @@ final class ShutterBlobView: UIView {
|
||||
self.isOpaque = false
|
||||
self.backgroundColor = .clear
|
||||
|
||||
self.displayLink = SharedDisplayLinkDriver.shared.add { [weak self] in
|
||||
self.displayLink = SharedDisplayLinkDriver.shared.add { [weak self] _ in
|
||||
self?.tick()
|
||||
}
|
||||
self.displayLink?.isPaused = true
|
||||
|
||||
Reference in New Issue
Block a user