mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Shared media improvements
This commit is contained in:
parent
6d55902c0d
commit
24b4e1707b
11 changed files with 238 additions and 69 deletions
|
|
@ -670,7 +670,7 @@ public class AvatarGalleryController: ViewController, StandalonePresentableContr
|
|||
self.galleryNode.setControlsHidden(false, animated: false)
|
||||
if let presentationArguments = self.presentationArguments as? AvatarGalleryControllerPresentationArguments {
|
||||
if presentationArguments.animated {
|
||||
self.galleryNode.animateIn(animateContent: !nodeAnimatesItself)
|
||||
self.galleryNode.animateIn(animateContent: !nodeAnimatesItself, useSimpleAnimation: false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue