Fix missnig detail text label in password table cell
This commit is contained in:
parent
a706f90d0d
commit
288024ccc2
3 changed files with 162 additions and 159 deletions
|
|
@ -262,7 +262,6 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
|
|||
|
||||
SVProgressHUD.setDefaultMaskType(.black)
|
||||
tableView.register(UINib(nibName: "PasswordWithFolderTableViewCell", bundle: nil), forCellReuseIdentifier: "passwordWithFolderTableViewCell")
|
||||
tableView.register(PasswordTableViewCell.self, forCellReuseIdentifier: "passwordTableViewCell")
|
||||
|
||||
// initialize the password table
|
||||
reloadTableView(parent: nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue