Enqueue: Renamed string resource
This commit is contained in:
parent
12f615c6da
commit
cbf364f24f
2 changed files with 4 additions and 4 deletions
|
|
@ -196,7 +196,7 @@ public final class NavigationHelper {
|
|||
final boolean selectOnAppend,
|
||||
final boolean resumePlayback) {
|
||||
|
||||
Toast.makeText(context, R.string.player_append, Toast.LENGTH_SHORT).show();
|
||||
Toast.makeText(context, R.string.enqueued, Toast.LENGTH_SHORT).show();
|
||||
final Intent intent = getPlayerEnqueueIntent(
|
||||
context, MainPlayer.class, queue, selectOnAppend, resumePlayback);
|
||||
|
||||
|
|
@ -217,7 +217,7 @@ public final class NavigationHelper {
|
|||
return;
|
||||
}
|
||||
|
||||
Toast.makeText(context, R.string.player_append, Toast.LENGTH_SHORT).show();
|
||||
Toast.makeText(context, R.string.enqueued, Toast.LENGTH_SHORT).show();
|
||||
final Intent intent = getPlayerEnqueueIntent(
|
||||
context, MainPlayer.class, queue, selectOnAppend, resumePlayback);
|
||||
intent.putExtra(VideoPlayer.PLAYER_TYPE, VideoPlayer.PLAYER_TYPE_POPUP);
|
||||
|
|
@ -233,7 +233,7 @@ public final class NavigationHelper {
|
|||
final PlayQueue queue,
|
||||
final boolean selectOnAppend,
|
||||
final boolean resumePlayback) {
|
||||
Toast.makeText(context, R.string.player_append, Toast.LENGTH_SHORT).show();
|
||||
Toast.makeText(context, R.string.enqueued, Toast.LENGTH_SHORT).show();
|
||||
final Intent intent = getPlayerEnqueueIntent(
|
||||
context, MainPlayer.class, queue, selectOnAppend, resumePlayback);
|
||||
intent.putExtra(VideoPlayer.PLAYER_TYPE, VideoPlayer.PLAYER_TYPE_AUDIO);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue