mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
Fixed usage of wrong string
This commit is contained in:
parent
b67bf16d4f
commit
fc0e709817
@ -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…
Reference in New Issue
Block a user