review changes
This commit is contained in:
parent
2204e2fd77
commit
f583a06725
@ -46,7 +46,7 @@ public class PageGetContactBehavior: PageVisibilityBehavior,PageNextBatchActionB
|
||||
}
|
||||
|
||||
func getContacts() {
|
||||
guard let rootMolecules = self.delegate?.moleculeDelegate?.getRootMolecules() else { return }
|
||||
guard let rootMolecules = delegate?.moleculeDelegate?.getRootMolecules() else { return }
|
||||
let store = CNContactStore()
|
||||
let consumers: [PageGetContactBehaviorConsumerProtocol] = rootMolecules.allMoleculesOfType()
|
||||
for consumer in consumers {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user