pull/7/head
Niels Andriesse 5 years ago
parent 57084e7e99
commit 3bd3341e64

@ -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];
}

@ -1,3 +1,4 @@
final class OnboardingKeyPairViewController : OnboardingBaseViewController {
private var mode: Mode = .register { didSet { if mode != oldValue { handleModeChanged() } } }
private var keyPair: ECKeyPair! { didSet { updateMnemonic() } }

@ -232,7 +232,6 @@ public class SystemContactsFetcher: NSObject {
switch authorizationStatus {
case .notDetermined:
return completion(nil)
// Loki: Original code
// ========
// if CurrentAppContext().isInBackground() {

Loading…
Cancel
Save