summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/public/SDLMenuCell.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/public/SDLMenuCell.m')
-rw-r--r--SmartDeviceLink/public/SDLMenuCell.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/public/SDLMenuCell.m b/SmartDeviceLink/public/SDLMenuCell.m
index 4f780a579..845d10f04 100644
--- a/SmartDeviceLink/public/SDLMenuCell.m
+++ b/SmartDeviceLink/public/SDLMenuCell.m
@@ -134,6 +134,7 @@ NS_ASSUME_NONNULL_BEGIN
if (_subCells.count > 0) {
newCell.subCells = [[NSArray alloc] initWithArray:_subCells copyItems:YES];
+ newCell->_submenuLayout = _submenuLayout;
}
return newCell;