mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Long audio playback improvements: 2x playback, position storing
Various UI fixes
This commit is contained in:
@@ -85,6 +85,10 @@ public final class ActivityIndicator: ASDisplayNode {
|
||||
|
||||
super.init()
|
||||
|
||||
if case let .custom(_, _, _, forceCustom) = self.type, forceCustom {
|
||||
self.isLayerBacked = true
|
||||
}
|
||||
|
||||
switch type {
|
||||
case let .navigationAccent(theme):
|
||||
self.indicatorNode.image = PresentationResourcesRootController.navigationIndefiniteActivityImage(theme)
|
||||
|
||||
Reference in New Issue
Block a user