Long audio playback improvements: 2x playback, position storing

Various UI fixes
This commit is contained in:
Ilya Laktyushin
2019-09-18 02:24:56 +03:00
parent 0bbf8bf0fb
commit 1bebfdaf53
37 changed files with 302 additions and 78 deletions

View File

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