diff options
author | Mihail Vyrko <mvyrko@qulix.com> | 2019-04-03 14:42:48 +0300 |
---|---|---|
committer | Mihail Vyrko <mvyrko@qulix.com> | 2019-04-03 14:42:48 +0300 |
commit | 6f291ca91ad48d44e4caac11f2bba5623b667502 (patch) | |
tree | 1d6da87857cb81e023e27986d3c5ad50985823d6 /SmartDeviceLink/SDLSendHapticData.m | |
parent | f9002ef9e158a7c0dd84e204345af83517a27361 (diff) | |
download | sdl_ios-6f291ca91ad48d44e4caac11f2bba5623b667502.tar.gz |
addressed feedback
Diffstat (limited to 'SmartDeviceLink/SDLSendHapticData.m')
-rw-r--r-- | SmartDeviceLink/SDLSendHapticData.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLSendHapticData.m b/SmartDeviceLink/SDLSendHapticData.m index fc2af7a90..3302fbe49 100644 --- a/SmartDeviceLink/SDLSendHapticData.m +++ b/SmartDeviceLink/SDLSendHapticData.m @@ -38,7 +38,7 @@ NS_ASSUME_NONNULL_BEGIN } - (nullable NSArray<SDLHapticRect *> *)hapticRectData { - return [parameters sdl_objectsForName:SDLRPCParameterNameHapticRectData ofClass:SDLHapticRect.class]; + return [parameters sdl_objectsForName:SDLRPCParameterNameHapticRectData ofClass:SDLHapticRect.class error:nil]; } @end |