mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-05 00:33:06 +00:00
Starts the radio after the current song without deleting the current stream
This commit is contained in:
@@ -112,8 +112,6 @@ public class PlayerCoverFragment extends Fragment {
|
|||||||
);
|
);
|
||||||
|
|
||||||
bind.innerButtonBottomLeft.setOnClickListener(view -> {
|
bind.innerButtonBottomLeft.setOnClickListener(view -> {
|
||||||
MediaManager.startQueue(mediaBrowserListenableFuture, requireContext(), song);
|
|
||||||
|
|
||||||
SongRepository songRepository = new SongRepository(App.getInstance());
|
SongRepository songRepository = new SongRepository(App.getInstance());
|
||||||
songRepository.getInstantMix(song, 20, new MediaCallback() {
|
songRepository.getInstantMix(song, 20, new MediaCallback() {
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user