mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Removed PAUSING/PLAYING toast
This commit is contained in:
parent
41c04ab302
commit
ecc941dc11
1 changed files with 2 additions and 2 deletions
|
|
@ -71,10 +71,10 @@ public class PlayerNowPlayingSongAdapter extends RecyclerView.Adapter<PlayerNowP
|
||||||
|
|
||||||
if (MusicPlayerRemote.isPlaying()) {
|
if (MusicPlayerRemote.isPlaying()) {
|
||||||
MusicPlayerRemote.pauseSong();
|
MusicPlayerRemote.pauseSong();
|
||||||
Toast.makeText(context, "PAUSING", Toast.LENGTH_SHORT).show();
|
// Toast.makeText(context, "PAUSING", Toast.LENGTH_SHORT).show();
|
||||||
} else {
|
} else {
|
||||||
MusicPlayerRemote.resumePlaying();
|
MusicPlayerRemote.resumePlaying();
|
||||||
Toast.makeText(context, "PLAYING", Toast.LENGTH_SHORT).show();
|
// Toast.makeText(context, "PLAYING", Toast.LENGTH_SHORT).show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue