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 {
return
}
guard AppReadiness.isAppReady() else {
guard !AppReadiness.isAppReady() else {
// Only mark the app as ready once.
return
}

Loading…
Cancel
Save