From fdf9b023b68b9b0b3dcec0b22d3c493ba13ea79c Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 15 Feb 2018 13:06:10 -0500 Subject: [PATCH] Don't apply signal appearance in SAE. --- SignalShareExtension/ShareViewController.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SignalShareExtension/ShareViewController.swift b/SignalShareExtension/ShareViewController.swift index 034fb894b..a21af0693 100644 --- a/SignalShareExtension/ShareViewController.swift +++ b/SignalShareExtension/ShareViewController.swift @@ -52,8 +52,7 @@ public class ShareViewController: UIViewController, ShareViewDelegate, SAEFailed // We don't need to use DeviceSleepManager in the SAE. - // TODO: Do we need to applySignalAppearence in the SAE? - UIUtil.applySignalAppearence() + // We don't need to use applySignalAppearence in the SAE. if CurrentAppContext().isRunningTests { // TODO: Do we need to implement isRunningTests in the SAE context?