mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 08:13:07 +00:00
Removed PAUSING/PLAYING toast
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user