Fix SAE readiness.

pull/1/head
Matthew Chen 7 years ago
parent 9605d80e97
commit 5f20d32b41

@ -222,7 +222,7 @@ public class ShareViewController: UINavigationController, ShareViewDelegate, SAE
guard OWSStorage.isStorageReady() else { guard OWSStorage.isStorageReady() else {
return return
} }
guard AppReadiness.isAppReady() else { guard !AppReadiness.isAppReady() else {
// Only mark the app as ready once. // Only mark the app as ready once.
return return
} }

Loading…
Cancel
Save