fix a bug in downloading password image
This commit is contained in:
parent
6e3a544ba4
commit
010ec3b322
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class PasswordDetailTableViewController: UITableViewController, UIGestureRecogni
|
||||||
indicator.stopAnimating()
|
indicator.stopAnimating()
|
||||||
indicatorLable.isHidden = true
|
indicatorLable.isHidden = true
|
||||||
if let url = password.getURL() {
|
if let url = password.getURL() {
|
||||||
if let _ = self?.passwordEntity?.image {
|
if self?.passwordEntity?.image == nil{
|
||||||
self?.updatePasswordImage(url: url)
|
self?.updatePasswordImage(url: url)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue