MESSENGER-3648 Second Lottie Animation

This commit is contained in:
Arnfried Griesert
2022-12-13 14:06:56 +00:00
committed by Frank Rotermund
parent b19cb31fe3
commit 12768af2a6
6 changed files with 64 additions and 22 deletions

View File

@@ -83,6 +83,10 @@ final class EnterPinCodeViewController: UIViewController {
if UIDevice.current.isPhone {
UIDevice.current.setValue(UIInterfaceOrientation.portrait.rawValue, forKey: "orientation")
}
if BWIBuildSettings.shared.showBUMLottieAnimation {
inactiveLogoImageView.isHidden = true
}
}
override func viewWillAppear(_ animated: Bool) {