Video avatar fixes

This commit is contained in:
Ilya Laktyushin
2020-07-15 17:36:54 +03:00
parent a1d8287991
commit f7f7afcc29
3 changed files with 12 additions and 1 deletions

View File

@@ -935,6 +935,7 @@ public class GalleryController: ViewController, StandalonePresentableController
self.galleryNode.controlsVisibilityChanged = { [weak self] visible in
self?.prefersOnScreenNavigationHidden = !visible
self?.galleryNode.pager.centralItemNode()?.controlsVisibilityUpdated(isVisible: visible)
}
let baseNavigationController = self.baseNavigationController