summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauricio <mjuare44@ford.com>2019-08-27 11:12:21 +0200
committerMauricio <mjuare44@ford.com>2019-08-27 11:12:21 +0200
commit3dc10562856c70316525f87f9ab8ec29988d5110 (patch)
treeec2d4bb89d369e4fb1d70dedd0053f22a2a63d54
parentc80a33167499ae17d9cc5deb662644f7db0a0f67 (diff)
parent62cd985d7c9e3fc772f76bd19dc8dc235bb288ae (diff)
downloadsdl_ios-3dc10562856c70316525f87f9ab8ec29988d5110.tar.gz
Merge branch 'feature/issue_0216_widget_support' of https://github.com/mjuarez-ford/sdl_ios into feature/issue_0216_widget_support
-rw-r--r--SmartDeviceLink/SDLShow.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLShow.m b/SmartDeviceLink/SDLShow.m
index 5d8f1bf3f..5fec3a77f 100644
--- a/SmartDeviceLink/SDLShow.m
+++ b/SmartDeviceLink/SDLShow.m
@@ -219,7 +219,7 @@ NS_ASSUME_NONNULL_BEGIN
}
- (nullable SDLTemplateConfiguration *)templateConfiguration {
- return [self.store sdl_objectForName:SDLRPCParameterNameTemplateConfiguration ofClass:SDLTemplateColorScheme.class error:nil];
+ return [self.store sdl_objectForName:SDLRPCParameterNameTemplateConfiguration ofClass:SDLTemplateConfiguration.class error:nil];
}
- (void)setTemplateTitle:(nullable NSString *)templateTitle {