From 06aed39260d37df11360cd5347bac250e4a6bd26 Mon Sep 17 00:00:00 2001 From: kevinzhow Date: Sat, 31 Oct 2015 03:17:12 +0800 Subject: [PATCH] Update contacts when changed --- Yep/ViewControllers/Contacts/ContactsViewController.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Yep/ViewControllers/Contacts/ContactsViewController.swift b/Yep/ViewControllers/Contacts/ContactsViewController.swift index 317b3c7b..f0559ac1 100644 --- a/Yep/ViewControllers/Contacts/ContactsViewController.swift +++ b/Yep/ViewControllers/Contacts/ContactsViewController.swift @@ -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