mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Refresh local contacts when showing contact selection
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user