diff --git a/SignalShareExtension/ShareViewController.swift b/SignalShareExtension/ShareViewController.swift index f7de42acf..1347b95e7 100644 --- a/SignalShareExtension/ShareViewController.swift +++ b/SignalShareExtension/ShareViewController.swift @@ -386,6 +386,8 @@ public class ShareViewController: UINavigationController, ShareViewDelegate, SAE let conversationPicker = SharingThreadPickerViewController(shareViewDelegate: self) conversationPicker.attachment = attachment self.shareViewNavigationController.isNavigationBarHidden = true + self.progressPoller = nil + self.loadViewController = nil self.showPrimaryViewController(conversationPicker) Logger.info("showing picker with attachment: \(attachment)") }.catch { error in