Fix lottie assets for gv2 splash.
This commit is contained in:
parent
cf6f06e860
commit
1e85b32721
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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()
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user