xbmc / Official-Kodi-Remote-iOS

Full-featured remote control for XBMC Media Center. It features library browsing, now playing informations and a direct remote control.
Other
219 stars 104 forks source link

Bugfix: EXIF details font toggling between bold and normal #1076

Closed wutschel closed 3 months ago

wutschel commented 3 months ago

Description

Fixes an issue reported in this forum post.

A bold font is used to display EXIF data, using an attributed text inside the label itemDescription. Therefore it is causing trouble when resetting the font and font size of itemDescription when the NowPlaying dimensions were change, e.g. when switching to fullscreen or back. Instead we only keep the desired font size and set the font inside the conditions for VIDEO and MUSIC playback.

Summary for release notes

Bugfix: EXIF details font toggling between bold and normal