mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Temporary removed error message from shuffle artist's song button
This commit is contained in:
parent
a6e45e622d
commit
27b9813850
1 changed files with 0 additions and 2 deletions
|
|
@ -142,8 +142,6 @@ public class ArtistPageFragment extends Fragment {
|
||||||
|
|
||||||
MusicPlayerRemote.openQueue(songs, 0, true);
|
MusicPlayerRemote.openQueue(songs, 0, true);
|
||||||
activity.isBottomSheetInPeek(true);
|
activity.isBottomSheetInPeek(true);
|
||||||
} else {
|
|
||||||
Toast.makeText(requireContext(), "Error retrieving artist's songs", Toast.LENGTH_SHORT).show();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue