Refresh local contacts when showing contact selection

This commit is contained in:
ismailgulek
2021-01-22 14:29:04 +03:00
parent 09c96f369c
commit 804bab1841
@@ -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
}