summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-08-13 13:20:30 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-08-13 13:20:30 -0400
commitf6967a3b14fee750af1116d7efee0705cf31f416 (patch)
treea801c38a95afcee7267843015ba4dfe11cf3407a
parent3a4986a2f35ec3a9071cf3196d2849309666ef4d (diff)
downloadsdl_ios-f6967a3b14fee750af1116d7efee0705cf31f416.tar.gz
undo commit
-rw-r--r--Example Apps/Example ObjC/ProxyManager.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/Example Apps/Example ObjC/ProxyManager.m b/Example Apps/Example ObjC/ProxyManager.m
index ad2472b3f..980c5b137 100644
--- a/Example Apps/Example ObjC/ProxyManager.m
+++ b/Example Apps/Example ObjC/ProxyManager.m
@@ -114,9 +114,7 @@ NS_ASSUME_NONNULL_BEGIN
[self sdlex_startManager];
return;
}
- SDLLockScreenConfiguration *lockScreen = [SDLLockScreenConfiguration enabledConfigurationWithAppIcon:[UIImage imageNamed:ExampleAppLogoName] backgroundColor:nil];
-
- SDLConfiguration *config = [SDLConfiguration configurationWithLifecycle:lifecycleConfiguration lockScreen:lockScreen logging:[self.class sdlex_logConfiguration] fileManager:[SDLFileManagerConfiguration defaultConfiguration]];
+ SDLConfiguration *config = [SDLConfiguration configurationWithLifecycle:lifecycleConfiguration lockScreen:[SDLLockScreenConfiguration enabledConfigurationWithAppIcon:[UIImage imageNamed:ExampleAppLogoName] backgroundColor:nil] logging:[self.class sdlex_logConfiguration] fileManager:[SDLFileManagerConfiguration defaultConfiguration]];
self.sdlManager = [[SDLManager alloc] initWithConfiguration:config delegate:self];
[self sdlex_startManager];
}