Fixed build error

pull/1061/head
Morgan Pretty 3 weeks ago
parent cb1c8169b1
commit c5f70fc92b

@ -71,7 +71,7 @@ class GlobalSearchViewController: BaseVC, LibSessionRespondingViewController, UI
}
.map { GlobalSearchViewController.processDefaultSearchResults($0) }
.removeDuplicates()
.handleEvents(didFail: { SNLog("[GlobalSearch] Observation failed with error: \($0)") })
.handleEvents(didFail: { Log.error(.cat, "Observation failed with error: \($0)") })
private var defaultDataChangeObservable: DatabaseCancellable? {
didSet { oldValue?.cancel() } // Cancel the old observable if there was one
}

Loading…
Cancel
Save