Refresh local contacts when showing contact selection

This commit is contained in:
ismailgulek
2021-01-22 14:29:04 +03:00
parent 4635a6d430
commit bfea7d860e

View File

@@ -97,6 +97,12 @@ final class CallTransferSelectContactViewController: UIViewController {
updateSections()
}
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
MXKContactManager.shared().refreshLocalContacts()
}
override var preferredStatusBarStyle: UIStatusBarStyle {
return self.theme.statusBarStyle
}