From f583a06725f5f6eb8060c4e15dec035ad0a66789 Mon Sep 17 00:00:00 2001 From: Damodaram Date: Thu, 22 Apr 2021 20:01:37 +0530 Subject: [PATCH] review changes --- MVMCoreUI/Behaviors/GetContactBehavior.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Behaviors/GetContactBehavior.swift b/MVMCoreUI/Behaviors/GetContactBehavior.swift index 6ea969ac..eaf3d5d9 100644 --- a/MVMCoreUI/Behaviors/GetContactBehavior.swift +++ b/MVMCoreUI/Behaviors/GetContactBehavior.swift @@ -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 {