mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-09 16:48:45 +01:00
HOTFIX silly me
This commit is contained in:
parent
91247b7f16
commit
feacda1c3b
@ -35,7 +35,7 @@ class ImageViewController: UIViewController {
|
||||
titleLabel.text = imageTitle ?? ""
|
||||
layoutTitleLabel()
|
||||
|
||||
guard imageTitle != nil else {
|
||||
guard imageTitle != "" else {
|
||||
titleBackground.removeFromSuperview()
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user