fix regression for info label

This commit is contained in:
2025-08-04 17:44:54 +02:00
parent cdbc55683e
commit 30967420cb

View File

@@ -881,6 +881,7 @@ class ViewController: UIViewController, UIGestureRecognizerDelegate {
imageLoader.loadImage(at: path, scaling: scaling) { imageLoader.loadImage(at: path, scaling: scaling) {
[weak self] image in [weak self] image in
self?.imageView.image = image self?.imageView.image = image
self?.updateInfo()
} }
} else { } else {
return return
@@ -902,7 +903,6 @@ class ViewController: UIViewController, UIGestureRecognizerDelegate {
} }
saveLocalState() saveLocalState()
updateInfo()
} }
func updateInfo() { func updateInfo() {