Signal-iOS/SignalMessaging/contacts
Evan Hahn e25772183d Prefer foo != nil to _ = foo
This fixes our violations of [SwiftLint's `unused_optional_binding`
rule][0].

[0]: https://realm.github.io/SwiftLint/unused_optional_binding.html
2022-07-07 11:09:00 -07:00
..
ContactsManagerCache.swift improve ContactsManagerCache performance (#4026) 2022-03-03 09:30:31 +01:00
IncomingContactSyncJobQueue.swift Fix file header with duplicate license and import 2022-06-03 17:49:28 +00:00
NewAccountDiscovery.swift Elaborate logging around missing notifications. 2021-09-02 22:51:26 -03:00
OWSContactsManager.h Add cachedContactNames(for:, transaction:) 2022-03-17 12:52:45 -07:00
OWSContactsManager.m improve cold start app start times (#4079) 2022-03-29 08:24:55 +02:00
OWSContactsManager.swift Fix typo: "Gausian" -> "Gaussian". 2022-05-17 19:25:30 -07:00
OWSGroupSyncProcessingJobQueue.swift Lint 2022-04-08 19:01:43 -07:00
OWSSyncManager.h Fix a whole bunch of warnings 2021-10-21 21:11:26 -07:00
OWSSyncManager.m Initial story sending support 2022-06-10 22:28:03 -04:00
OWSSyncManager.swift Initial story sending support 2022-06-10 22:28:03 -04:00
SystemContactsFetcher.swift Prefer foo != nil to _ = foo 2022-07-07 11:09:00 -07:00