We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2d40c commit b0633ddCopy full SHA for b0633dd
1 file changed
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