We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fd420c + b0633dd commit 3e692e7Copy full SHA for 3e692e7
base/src/main/java/com/smartdevicelink/managers/screen/TextAndGraphicUpdateOperation.java
@@ -497,6 +497,7 @@ Show extractTextAndLayoutFromShow(Show show) {
497
newShow.setMainField2(show.getMainField2());
498
newShow.setMainField3(show.getMainField3());
499
newShow.setMainField4(show.getMainField4());
500
+ newShow.setMediaTrack(show.getMediaTrack());
501
newShow.setTemplateTitle(show.getTemplateTitle());
502
newShow.setMetadataTags(show.getMetadataTags());
503
newShow.setAlignment(show.getAlignment());
0 commit comments