Leave theme enabled if ever enabled

pull/1/head
Michael Kirk 7 years ago
parent 64dd7c79ed
commit 4e19a79436

@ -22,9 +22,6 @@ NSString *const ThemeKeyThemeEnabled = @"ThemeKeyThemeEnabled";
{
OWSAssertIsOnMainThread();
#ifndef THEME_ENABLED
return NO;
#else
if (!CurrentAppContext().isMainApp) {
// Ignore theme in app extensions.
return NO;

Loading…
Cancel
Save