summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-04-30 13:16:52 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-04-30 13:16:52 -0400
commited0ec83de7ad23d58043f304ab7a4f0a2ade9f5b (patch)
tree2a361575327f370b38e413c18c8aff58a08a0a75
parentda0edb06b6259b3a13f68b644cc1cc86fe670dd0 (diff)
downloadsdl_ios-ed0ec83de7ad23d58043f304ab7a4f0a2ade9f5b.tar.gz
Fix artwork menus again
-rw-r--r--SmartDeviceLink/SDLMenuManager.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLMenuManager.m b/SmartDeviceLink/SDLMenuManager.m
index 5523c76e5..a77df488e 100644
--- a/SmartDeviceLink/SDLMenuManager.m
+++ b/SmartDeviceLink/SDLMenuManager.m
@@ -95,6 +95,7 @@ UInt32 const MenuCellIdMin = 1;
- (void)sdl_updateWithCompletionHandler:(nullable SDLMenuUpdateCompletionHandler)completionHandler {
if (self.currentHMILevel == nil || [self.currentHMILevel isEqualToEnum:SDLHMILevelNone] || [self.currentSystemContext isEqualToEnum:SDLSystemContextMenu]) {
self.waitingOnHMIUpdate = YES;
+ self.waitingUpdateMenuCells = self.menuCells;
return;
}