diff --git a/Signal/src/ViewControllers/NewContactThreadViewController.m b/Signal/src/ViewControllers/NewContactThreadViewController.m index 7f868ebb6..8b90f5392 100644 --- a/Signal/src/ViewControllers/NewContactThreadViewController.m +++ b/Signal/src/ViewControllers/NewContactThreadViewController.m @@ -394,7 +394,6 @@ NS_ASSUME_NONNULL_BEGIN BOOL hasSearchText = self.searchText.length > 0; if (hasSearchText) { - // Loki: // ======== OWSTableSection *newConversationSection = [OWSTableSection new]; @@ -410,7 +409,6 @@ NS_ASSUME_NONNULL_BEGIN }]]; [contents addSection:newConversationSection]; // ======== - for (OWSTableSection *section in [self contactsSectionsForSearch]) { [contents addSection:section]; } diff --git a/Signal/src/ViewControllers/Registration/OnboardingKeyPairViewController.swift b/Signal/src/ViewControllers/Registration/OnboardingKeyPairViewController.swift index 48b64a5e3..f374dda7e 100644 --- a/Signal/src/ViewControllers/Registration/OnboardingKeyPairViewController.swift +++ b/Signal/src/ViewControllers/Registration/OnboardingKeyPairViewController.swift @@ -1,3 +1,4 @@ + final class OnboardingKeyPairViewController : OnboardingBaseViewController { private var mode: Mode = .register { didSet { if mode != oldValue { handleModeChanged() } } } private var keyPair: ECKeyPair! { didSet { updateMnemonic() } } diff --git a/SignalMessaging/contacts/SystemContactsFetcher.swift b/SignalMessaging/contacts/SystemContactsFetcher.swift index 32a6bbb4c..ef4d6d22d 100644 --- a/SignalMessaging/contacts/SystemContactsFetcher.swift +++ b/SignalMessaging/contacts/SystemContactsFetcher.swift @@ -232,7 +232,6 @@ public class SystemContactsFetcher: NSObject { switch authorizationStatus { case .notDetermined: return completion(nil) - // Loki: Original code // ======== // if CurrentAppContext().isInBackground() {