Update contacts when changed

This commit is contained in:
kevinzhow
2015-10-31 03:17:12 +08:00
parent 23fd16d6c6
commit 06aed39260
@@ -95,6 +95,8 @@ class ContactsViewController: BaseViewController {
if let strongSelf = self {
strongSelf.noContacts = strongSelf.friends.isEmpty
}
self?.updateContactsTableView()
}
YepUserDefaults.nickname.bindListener(Listener.Nickname) { [weak self] _ in