summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-09-25 13:53:00 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-09-25 13:53:00 -0400
commit4383417d6628081158c1fa9512ac441f5de80aa1 (patch)
treea4c3314dde0b111018a93599ee07e6087a59b68a
parent1e4ce33d4fee9af602f85636e0d791c488ad39d3 (diff)
downloadsdl_ios-bugfix/issue_1081_vrsession_blocked.tar.gz
-rw-r--r--SmartDeviceLink/SDLChoiceSetManager.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLChoiceSetManager.m b/SmartDeviceLink/SDLChoiceSetManager.m
index 6f1aa864d..35037ccc0 100644
--- a/SmartDeviceLink/SDLChoiceSetManager.m
+++ b/SmartDeviceLink/SDLChoiceSetManager.m
@@ -427,7 +427,6 @@ UInt16 const ChoiceCellIdMin = 1;
}
// We need to check for this to make sure we can currently present the dialog. If the current context is HMI_OBSCURED or ALERT, we have to wait for MAIN to present
- SDLSystemContext oldSystemContext = self.currentSystemContext;
self.currentSystemContext = hmiStatus.systemContext;
if ([self.currentSystemContext isEqualToEnum:SDLSystemContextHMIObscured] || [self.currentSystemContext isEqualToEnum:SDLSystemContextAlert]) {