From f00b1029aa5a4af219af2de8101a70df69d90b3c Mon Sep 17 00:00:00 2001 From: JanNiklas Grabowski Date: Wed, 28 Jun 2023 13:30:26 +0200 Subject: [PATCH] MESSENGER-4819 --- .../EnterPinCode/EnterPinCodeViewController.swift | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Riot/Modules/SetPinCode/EnterPinCode/EnterPinCodeViewController.swift b/Riot/Modules/SetPinCode/EnterPinCode/EnterPinCodeViewController.swift index 6c6c05569..fe3ef3c6c 100644 --- a/Riot/Modules/SetPinCode/EnterPinCode/EnterPinCodeViewController.swift +++ b/Riot/Modules/SetPinCode/EnterPinCode/EnterPinCodeViewController.swift @@ -84,9 +84,6 @@ final class EnterPinCodeViewController: UIViewController { UIDevice.current.setValue(UIInterfaceOrientation.portrait.rawValue, forKey: "orientation") } - if BWIBuildSettings.shared.showBUMLottieAnimation { - inactiveLogoImageView.isHidden = true - } // BWI: accessibility description /* bwi: 4782 digitButtonReset.vc_setupAccessibilityTraitsButton(withTitle: BWIL10n.pinProtectionResetButtonAccessibilityLabel, hint: BWIL10n.pinProtectionResetButtonAccessibilityHint, isEnabled: true) @@ -192,8 +189,9 @@ final class EnterPinCodeViewController: UIViewController { } // show BuM Logo instead of Element logo - if BWIBuildSettings.shared.bwiEnableBuMUI { + if BWIBuildSettings.shared.bwiEnableBuMUI || BWIBuildSettings.shared.bwiLoginFlowLayout { logoImageView.image = Asset.Images.launchScreenLogo.image + inactiveLogoImageView.image = Asset.Images.launchScreenLogo.image } }