review changes

This commit is contained in:
Damodaram 2021-04-22 20:01:37 +05:30
parent 2204e2fd77
commit f583a06725

View File

@ -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 {