summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-08-20 16:22:29 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-08-20 16:22:29 -0400
commit9bf2d294ab8279c9b848677e1f0ffcc5e72319d5 (patch)
treeda014251758b8ea4594ba0fd88bc70359c6da719
parent911071cf38456c5a0f4b4d1e95c1ff0bdf21ab02 (diff)
downloadsdl_ios-9bf2d294ab8279c9b848677e1f0ffcc5e72319d5.tar.gz
Fix not sending alignment
-rw-r--r--SmartDeviceLink/SDLTextAndGraphicUpdateOperation.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLTextAndGraphicUpdateOperation.m b/SmartDeviceLink/SDLTextAndGraphicUpdateOperation.m
index 49508b82e..d18727052 100644
--- a/SmartDeviceLink/SDLTextAndGraphicUpdateOperation.m
+++ b/SmartDeviceLink/SDLTextAndGraphicUpdateOperation.m
@@ -390,6 +390,7 @@
newShow.mediaTrack = show.mediaTrack;
newShow.templateTitle = show.templateTitle;
newShow.metadataTags = show.metadataTags;
+ newShow.alignment = show.alignment;
return newShow;
}