Get the folder transition animation back...

This commit is contained in:
Yishi Lin 2017-03-25 00:44:53 +08:00
parent 3a7f615eb6
commit 668b798cd5

View file

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