summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2021-11-08 13:28:02 -0500
committerJoel Fischer <joeljfischer@gmail.com>2021-11-08 13:28:02 -0500
commitdb417c5993d6a3ee75f6302c88f0dac253f405f6 (patch)
tree14b44a863784b9a2aa9cd39a3e3067dc5510c61e
parenta2ab09d3d99e829616f25533cfd6072c55f8f5fc (diff)
downloadsdl_ios-db417c5993d6a3ee75f6302c88f0dac253f405f6.tar.gz
-rw-r--r--SmartDeviceLink/private/SDLMenuReplaceUtilities.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/private/SDLMenuReplaceUtilities.m b/SmartDeviceLink/private/SDLMenuReplaceUtilities.m
index 33616495b..f42c2b995 100644
--- a/SmartDeviceLink/private/SDLMenuReplaceUtilities.m
+++ b/SmartDeviceLink/private/SDLMenuReplaceUtilities.m
@@ -146,7 +146,7 @@ static UInt32 _menuId = 0;
/// If there is an icon and the icon has been uploaded, or if the icon is a static icon, it should include the image
+ (BOOL)sdl_shouldCellIncludeSecondaryImageFromCell:(SDLMenuCell *)cell fileManager:(SDLFileManager *)fileManager windowCapability:(SDLWindowCapability *)windowCapability {
- return (cell.secondaryArtwork != nil) && [self sdl_windowCapabilitySupportsSecondaryImage:windowCapability forCell:cell] && ([fileManager hasUploadedFile:cell.secondaryArtwork] || cell.secondaryArtwork.isStaticIcon);
+ return (cell.secondaryArtwork != nil) && [self windowCapabilitySupportsSecondaryImage:windowCapability forCell:cell] && ([fileManager hasUploadedFile:cell.secondaryArtwork] || cell.secondaryArtwork.isStaticIcon);
}
#pragma mark - RPC Commands