mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-03-19 11:53:09 +00:00
Imports optimization and entries rearranged
This commit is contained in:
@@ -39,7 +39,7 @@ public class HomeViewModel extends AndroidViewModel {
|
||||
|
||||
|
||||
public List<Song> getDiscoverSongList() {
|
||||
if(dicoverSongSample.isEmpty()) {
|
||||
if (dicoverSongSample.isEmpty()) {
|
||||
dicoverSongSample = songRepository.getRandomSample(10);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user