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
Description
Fixes regression of https://github.com/xbmc/Official-Kodi-Remote-iOS/pull/1150.
Do not overwrite
leftBarButtonItem
inNowPlaying
andHostManagementViewController
. TheleftBarButtonItem
is already defined inMasterViewController
. This ensures the correct methodhandleMenuButton
is called on pressing the menu button.Summary for release notes
Bugfix: Make menu button in server list work again on iPhone