Fix missnig detail text label in password table cell

This commit is contained in:
Mingshen Sun 2021-01-15 22:43:03 -08:00
parent a706f90d0d
commit 288024ccc2
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
3 changed files with 162 additions and 159 deletions

View file

@ -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)