summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2018-05-14 16:17:25 -0400
committerNicoleYarroch <nicole@livio.io>2018-05-14 16:17:25 -0400
commitfe8a1c1c6752e87a4cf4b4503ccbdb7ae3ed04e9 (patch)
tree1b874d316e592b6fb1d45287e5b6a2bcbcff0721
parente07ba4326ad4b87fbc37f8fba0457cc82be5c397 (diff)
downloadsdl_ios-bugfix/issue_952_reset_menu_manager.tar.gz
Added comment about why the blank artwork is set to `nil`bugfix/issue_952_reset_menu_manager
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--SmartDeviceLink/SDLTextAndGraphicManager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLTextAndGraphicManager.h b/SmartDeviceLink/SDLTextAndGraphicManager.h
index fa5eeff9d..a3a9c23be 100644
--- a/SmartDeviceLink/SDLTextAndGraphicManager.h
+++ b/SmartDeviceLink/SDLTextAndGraphicManager.h
@@ -46,7 +46,9 @@ typedef void(^SDLTextAndGraphicUpdateCompletionHandler)(NSError *__nullable erro
@property (copy, nonatomic, nullable) SDLMetadataType textField4Type;
/**
- If you want to make a graphic blank, set it to this artwork
+ * If you want to remove the current artwork, set it to this blank artwork.
+ *
+ * This artwork is set to null on disconnects to prevent a `sdl_fileManager_fileDoesNotExistError` error when the artwork is sent again on reconnects.
*/
@property (strong, nonatomic, readonly, nullable) SDLArtwork *blankArtwork;