mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-15 16:27:26 +00:00
fix: toast for made for you click indication (#365)
This commit is contained in:
parent
fa2e029f9f
commit
c0c84269ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1262,7 +1262,7 @@ public class HomeTabMusicFragment extends Fragment implements ClickCallback {
|
|||
|
||||
if (mediaBrowserListenableFuture != null) {
|
||||
final boolean[] playbackStarted = {false};
|
||||
|
||||
Toast.makeText(requireContext(), R.string.bottom_sheet_generating_instant_mix, Toast.LENGTH_SHORT).show();
|
||||
homeViewModel.getMediaInstantMix(getViewLifecycleOwner(), track)
|
||||
.observe(getViewLifecycleOwner(), songs -> {
|
||||
if (playbackStarted[0] || songs == null || songs.isEmpty()) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue