Optimized imports

This commit is contained in:
CappielloAntonio 2021-08-01 11:48:18 +02:00
parent 8d517ae3e0
commit 0827fc10a9
80 changed files with 130 additions and 269 deletions

View file

@ -93,15 +93,15 @@ public class HomeViewModel extends AndroidViewModel {
return downloadedSongSample;
}
public LiveData<List<Album>> getMostPlayedAlbums() {
public LiveData<List<Album>> getMostPlayedAlbums() {
return mostPlayedAlbumSample;
}
public LiveData<List<Album>> getMostRecentlyAddedAlbums() {
public LiveData<List<Album>> getMostRecentlyAddedAlbums() {
return recentlyAddedAlbumSample;
}
public LiveData<List<Album>> getRecentlyPlayedAlbumList() {
public LiveData<List<Album>> getRecentlyPlayedAlbumList() {
return recentlyPlayedAlbumSample;
}