MESSENGER-3611 accent color

This commit is contained in:
Frank Rotermund
2022-09-19 12:47:39 +02:00
parent 0d546702c3
commit 0654136ba6
18 changed files with 27 additions and 3 deletions

View File

@@ -182,6 +182,11 @@ final class EnterPinCodeViewController: UIViewController {
imageView.tag = i
placeholderStackView.addArrangedSubview(imageView)
}
// show BuM Logo instead of Element logo
if BwiBuildSettings.bwiEnableBuMUI {
logoImageView.image = Asset.Images.launchScreenLogo.image
}
}
private func showCancelButton() {