mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-03-19 20:03:09 +00:00
Made attributes of model classes private
This commit is contained in:
@@ -39,7 +39,7 @@ public class ArtistPageViewModel extends AndroidViewModel {
|
||||
}
|
||||
|
||||
public LiveData<List<Album>> getAlbumList() {
|
||||
albumList = albumRepository.getArtistAlbums(artist.id);
|
||||
albumList = albumRepository.getArtistAlbums(artist.getId());
|
||||
return albumList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user