HOTFIX silly me

This commit is contained in:
Flowinho 2020-03-12 21:33:02 +01:00
parent 91247b7f16
commit feacda1c3b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class ImageViewController: UIViewController {
titleLabel.text = imageTitle ?? ""
layoutTitleLabel()
guard imageTitle != nil else {
guard imageTitle != "" else {
titleBackground.removeFromSuperview()
return
}