Merge branch 'charlesmchen/fixSAE'

pull/1/head
Matthew Chen 7 years ago
commit 10c503bd35

@ -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