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

Loading…
Cancel
Save