Fixed usage of wrong string
This commit is contained in:
parent
1eb2688eea
commit
a87845e98e
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ public final class NavigationHelper {
|
||||||
Toast.makeText(
|
Toast.makeText(
|
||||||
context,
|
context,
|
||||||
PlayerHolder.getInstance().getType() == PlayerType.AUDIO
|
PlayerHolder.getInstance().getType() == PlayerType.AUDIO
|
||||||
? R.string.background_player_playing_toast
|
? R.string.background_player_already_playing_toast
|
||||||
: R.string.background_player_playing_toast,
|
: R.string.background_player_playing_toast,
|
||||||
Toast.LENGTH_SHORT)
|
Toast.LENGTH_SHORT)
|
||||||
.show();
|
.show();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue