summaryrefslogtreecommitdiff
path: root/SmartDeviceLink_Example
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-03-01 11:47:49 -0500
committerJoel Fischer <joeljfischer@gmail.com>2018-03-01 11:47:49 -0500
commit94010cea422a2c8cb2efe704aa73b1aa90d661d9 (patch)
treec729be3e4fbc047dd647a7ce5671ec038126dc99 /SmartDeviceLink_Example
parent280a0e597b22282c613956346548281d49afe4c5 (diff)
downloadsdl_ios-94010cea422a2c8cb2efe704aa73b1aa90d661d9.tar.gz
SoftButton manager fixes
Diffstat (limited to 'SmartDeviceLink_Example')
-rw-r--r--SmartDeviceLink_Example/Classes/ProxyManager.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/SmartDeviceLink_Example/Classes/ProxyManager.m b/SmartDeviceLink_Example/Classes/ProxyManager.m
index f33f283bb..d032b2c3a 100644
--- a/SmartDeviceLink_Example/Classes/ProxyManager.m
+++ b/SmartDeviceLink_Example/Classes/ProxyManager.m
@@ -132,6 +132,8 @@ NS_ASSUME_NONNULL_BEGIN
[self.sdlManager sendRequest:displayLayout];
[self sdlex_updateScreen];
+
+ [self.sdlManager.softButtonManager setSoftButtons:[self sdlex_softButtons]];
}
- (void)setTextEnabled:(BOOL)textEnabled {