Show stop button text regardless of receiver idle state

This commit is contained in:
hensm
2020-01-20 01:24:14 +00:00
parent ede9de4f7d
commit 058b40b3cd
2 changed files with 14 additions and 3 deletions

View File

@@ -302,7 +302,7 @@ class ReceiverEntry extends Component<ReceiverEntryProps, ReceiverEntryState> {
, (this.state.isLoading
? this.state.ellipsis
: ""))
: !application.isIdleScreen && this.state.showAlternateAction
: this.state.showAlternateAction
? _("popupStopButtonTitle")
: _("popupCastButtonTitle") }
</button>