update appearance when copying to clipboard

This commit is contained in:
Bob Sun 2017-02-20 16:07:32 +08:00
parent d19639df82
commit c35dc4f3cd
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -191,7 +191,7 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
password = passwordEntities![index] password = passwordEntities![index]
} }
UIImpactFeedbackGenerator(style: .medium).impactOccurred() UIImpactFeedbackGenerator(style: .medium).impactOccurred()
SVProgressHUD.setDefaultMaskType(.clear) SVProgressHUD.setDefaultMaskType(.black)
SVProgressHUD.setDefaultStyle(.dark) SVProgressHUD.setDefaultStyle(.dark)
SVProgressHUD.show(withStatus: "Decrypting") SVProgressHUD.show(withStatus: "Decrypting")
DispatchQueue.global(qos: .userInteractive).async { DispatchQueue.global(qos: .userInteractive).async {