mirror of https://github.com/oxen-io/session-ios
Fix crash on launch in debug.
OWSReadReceiptManager is not `init` on the main thread; however, because it "schedules" it's own processing during init. I considered dispatching to main, but since AppReadiness already *can* resolve async if the app isn't yet ready, it should be no less safe to also dispatch async when it's off the main thread. // FREEBIEpull/1/head
parent
0522f33a86
commit
5c432a2bc1
Loading…
Reference in New Issue