reverted code
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
796215f64d
commit
b754b476a6
@ -76,8 +76,8 @@ import MVMCore
|
|||||||
picker.displayedPropertyKeys = ["phoneNumbers"]
|
picker.displayedPropertyKeys = ["phoneNumbers"]
|
||||||
picker.predicateForEnablingContact = NSPredicate(format: "phoneNumbers.@count > 0")
|
picker.predicateForEnablingContact = NSPredicate(format: "phoneNumbers.@count > 0")
|
||||||
picker.predicateForSelectionOfProperty = NSPredicate(format: "key == 'phoneNumbers'")
|
picker.predicateForSelectionOfProperty = NSPredicate(format: "key == 'phoneNumbers'")
|
||||||
if let viewContoller = UIApplication.topViewController() {
|
Task(priority: .userInitiated) {
|
||||||
viewContoller.present(picker, animated: true)
|
await NavigationHandler.shared().present(viewController: picker, animated: true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user