mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-03-19 03:43:09 +00:00
Fix some lint issues in viewModel
This commit is contained in:
@@ -16,8 +16,8 @@ import com.cappielloantonio.play.repository.ArtistRepository;
|
||||
import java.util.List;
|
||||
|
||||
public class AlbumBottomSheetViewModel extends AndroidViewModel {
|
||||
private AlbumRepository albumRepository;
|
||||
private ArtistRepository artistRepository;
|
||||
private final AlbumRepository albumRepository;
|
||||
private final ArtistRepository artistRepository;
|
||||
|
||||
private Album album;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user