fix regression for info label
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user