set back button
This commit is contained in:
parent
c08d73523c
commit
cca1bf83e0
2 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,6 @@ class PasswordDetailViewController: UIViewController {
|
|||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
||||
let encryptedDataURL = URL(fileURLWithPath: "\(Globals.shared.documentPath)/\(passwordEntity!.rawPath!)")
|
||||
let fm = FileManager.default
|
||||
if fm.fileExists(atPath: encryptedDataURL.path){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue