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

@@ -731,6 +731,9 @@ public class GalleryController: ViewController {
}
}
}
self.blocksBackgroundWhenInOverlay = true
self.isOpaqueWhenInOverlay = true
}
required init(coder aDecoder: NSCoder) {