[Problem][TNINE-5248][RPi4] [Target] [32 bit] [Music] -> Album art / track thumbnail was not shown while playing track in full screen [9.0]
[Cause & Measure]
Cause : Thumbnail imageview wasn't binded to Thumbpath
Measure : Thumbnail imageview binded to Thumbpath at initialization
Change-Id: I5e39fe642f66e5d7d6f5f636a9fef22f4747c3f1
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
Margin = new Extents(0, 0, 0, 0),
};
Add(thumbView);
+ thumbView.SetBinding(ImageView.ResourceUrlProperty, "ThumbPath");
FlexLayout.SetFlexPositionType(thumbView, FlexLayout.PositionType.Absolute);
}