[WIP] Colored profile banners

This commit is contained in:
Ali
2023-11-17 21:48:46 +04:00
parent 165b23570b
commit e25f926342
38 changed files with 3431 additions and 2656 deletions

View File

@@ -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