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
224 stars 104 forks source link

Bugfix: Make menu button in server list work again on iPhone #1169

Closed wutschel closed 1 month ago

wutschel commented 1 month ago

Description

Fixes regression of https://github.com/xbmc/Official-Kodi-Remote-iOS/pull/1150.

Do not overwrite leftBarButtonItem in NowPlaying and HostManagementViewController. The leftBarButtonItem is already defined in MasterViewController. This ensures the correct method handleMenuButton is called on pressing the menu button.

Summary for release notes

Bugfix: Make menu button in server list work again on iPhone