update appearance when copying to clipboard
This commit is contained in:
parent
d19639df82
commit
c35dc4f3cd
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
|
|||
password = passwordEntities![index]
|
||||
}
|
||||
UIImpactFeedbackGenerator(style: .medium).impactOccurred()
|
||||
SVProgressHUD.setDefaultMaskType(.clear)
|
||||
SVProgressHUD.setDefaultMaskType(.black)
|
||||
SVProgressHUD.setDefaultStyle(.dark)
|
||||
SVProgressHUD.show(withStatus: "Decrypting")
|
||||
DispatchQueue.global(qos: .userInteractive).async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue