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) {
[weak self] image in
self?.imageView.image = image
self?.updateInfo()
}
} else {
return
@@ -902,7 +903,6 @@ class ViewController: UIViewController, UIGestureRecognizerDelegate {
}
saveLocalState()
updateInfo()
}
func updateInfo() {