Fix gallery transition

This commit is contained in:
Peter
2019-08-29 21:23:26 +04:00
parent c04705502f
commit 7a930fd68a
5 changed files with 12 additions and 3 deletions

View File

@@ -86,6 +86,10 @@ final class InstantPagePlayableVideoNode: ASDisplayNode, InstantPageNode, Galler
return true
}
func isAvailableForInstantPageTransition() -> Bool {
return true
}
override func didLoad() {
super.didLoad()