summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-12-07 11:20:09 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-12-07 11:20:09 -0500
commit8b58fb7796bd2edc512d7a86aef560345adc93f9 (patch)
treefed51464c91eeaa9330decd18165114595740cba
parent81c0ae284c32999792347aeb4ad3f866460a6799 (diff)
downloadsdl_ios-bug/issue_805_hmilevel_crash.tar.gz
SDLManager hmiLevel should be nullablebug/issue_805_hmilevel_crash
-rw-r--r--SmartDeviceLink/SDLManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLManager.h b/SmartDeviceLink/SDLManager.h
index 1e3438b16..615189675 100644
--- a/SmartDeviceLink/SDLManager.h
+++ b/SmartDeviceLink/SDLManager.h
@@ -38,7 +38,7 @@ typedef void (^SDLManagerReadyBlock)(BOOL success, NSError *_Nullable error);
/**
* The current HMI level of the running app.
*/
-@property (copy, nonatomic, readonly) SDLHMILevel hmiLevel;
+@property (copy, nonatomic, readonly, nullable) SDLHMILevel hmiLevel;
/**
* The current audio streaming state of the running app.