summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-08-08 15:13:41 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-08-08 15:13:41 -0400
commitd46dcd0d2e87408fca74a1c7aca971ec25162a4d (patch)
tree5d4c03b63368226e3df90453aa0e9d9bbbf3f938
parent82ea120ad5b3d0df4a0d9e074924eff000c17691 (diff)
downloadsdl_ios-d46dcd0d2e87408fca74a1c7aca971ec25162a4d.tar.gz
no message
-rw-r--r--Example Apps/Example ObjC/ProxyManager.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example Apps/Example ObjC/ProxyManager.m b/Example Apps/Example ObjC/ProxyManager.m
index 89e979fce..980c5b137 100644
--- a/Example Apps/Example ObjC/ProxyManager.m
+++ b/Example Apps/Example ObjC/ProxyManager.m
@@ -114,7 +114,7 @@ NS_ASSUME_NONNULL_BEGIN
[self sdlex_startManager];
return;
}
- 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];
}