Fix issue where options button gets into a state of disabled with no way to re-enable it unless you add a list with movies in it

pull/2/head
nitsua 4 years ago committed by Qstick
parent bc83e902cc
commit f7e208afe1

@ -317,7 +317,6 @@ class DiscoverMovie extends Component {
<PageToolbarButton
label={translate('Options')}
iconName={icons.POSTER}
isDisabled={hasNoMovie}
onPress={this.onPosterOptionsPress}
/> :
null
@ -328,7 +327,6 @@ class DiscoverMovie extends Component {
<PageToolbarButton
label={translate('Options')}
iconName={icons.OVERVIEW}
isDisabled={hasNoMovie}
onPress={this.onOverviewOptionsPress}
/> :
null

Loading…
Cancel
Save