From d15d5ce3a2c521ea0568ad7dfa338ffd3c9e009b Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 7 Dec 2017 16:29:24 -0500 Subject: [PATCH] Respond to CR. --- SignalShareExtension/ShareViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/SignalShareExtension/ShareViewController.swift b/SignalShareExtension/ShareViewController.swift index 69e74f11e..3e5a37236 100644 --- a/SignalShareExtension/ShareViewController.swift +++ b/SignalShareExtension/ShareViewController.swift @@ -65,6 +65,7 @@ public class ShareViewController: UINavigationController, SAELoadViewDelegate, S return } + // We shouldn't set up our environment until after we've consulted isReadyForAppExtensions. AppSetup.setupEnvironment({ return NoopCallMessageHandler() }) {