summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2018-05-15 10:57:25 -0400
committerNicoleYarroch <nicole@livio.io>2018-05-15 10:57:25 -0400
commit17376a211da8df307495f153d313069f66618a37 (patch)
treed632e7614e4cb0a329373e92cb41c290483cb9a7
parentcc5eae8907aaab89a9634c259be62382b145a5ac (diff)
downloadsdl_ios-bugfix/issue_961_primary_graphic_not_sent_on_reconnects.tar.gz
currentScreenData now reset on disconnectionsbugfix/issue_961_primary_graphic_not_sent_on_reconnects
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--SmartDeviceLink/SDLTextAndGraphicManager.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLTextAndGraphicManager.m b/SmartDeviceLink/SDLTextAndGraphicManager.m
index 3ee556dcc..0525191a6 100644
--- a/SmartDeviceLink/SDLTextAndGraphicManager.m
+++ b/SmartDeviceLink/SDLTextAndGraphicManager.m
@@ -93,6 +93,7 @@ NS_ASSUME_NONNULL_BEGIN
_textField3Type = nil;
_textField4Type = nil;
+ _currentScreenData = [[SDLShow alloc] init];
_inProgressUpdate = nil;
_inProgressHandler = nil;
_queuedImageUpdate = nil;