Get the folder transition animation back...
This commit is contained in:
parent
3a7f615eb6
commit
668b798cd5
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
|
|||
|
||||
private func reloadTableView(parent: PasswordEntity?, anim: CAAnimation? = nil) {
|
||||
initPasswordsTableEntries(parent: parent)
|
||||
reloadTableView(data: passwordsTableEntries)
|
||||
reloadTableView(data: passwordsTableEntries, anim: anim)
|
||||
}
|
||||
|
||||
func reloadTableView() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue