1.1.3
action
button of a player is now hidden by default unless 1 or more activityItems
are set. If you have overridden showContentActions
and don't use activityItems
you can just set playerVC.viewForElementWithIdentifier("action")?.hidden = false
after initialization.