Fix lottie assets for gv2 splash.

This commit is contained in:
Matthew Chen 2020-10-16 11:58:07 -03:00
parent cf6f06e860
commit 1e85b32721
4 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -16,6 +16,7 @@ class GroupsV2AndMentionsSplash: SplashViewController {
override var canDismissWithGesture: Bool { return false }
// MARK: - View lifecycle
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
animationView.play()

View File

@ -12,6 +12,7 @@ class MessageRequestsSplash: SplashViewController {
override var canDismissWithGesture: Bool { return false }
// MARK: - View lifecycle
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
animationView.play()