summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-04-30 09:51:50 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-04-30 09:51:50 -0400
commit220df40cf4b970eb436ce4d771fc1197962475a0 (patch)
treefce5ee833dd56788386d9ad6a95e2dd84f3e49bf
parent8a2040393a7bb44667a09421b9455e83cfa9d67f (diff)
downloadsdl_ios-220df40cf4b970eb436ce4d771fc1197962475a0.tar.gz
Fix artworks not being updated if the user is in the menu before they’re updated
-rw-r--r--SmartDeviceLink/SDLMenuManager.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLMenuManager.m b/SmartDeviceLink/SDLMenuManager.m
index 981b1223f..d18fd4873 100644
--- a/SmartDeviceLink/SDLMenuManager.m
+++ b/SmartDeviceLink/SDLMenuManager.m
@@ -93,6 +93,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;
return;
}