mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 10:23:33 +00:00
Fix some lint issues in viewModel
This commit is contained in:
parent
589c3289d4
commit
984003ccd4
25 changed files with 76 additions and 149 deletions
|
|
@ -6,14 +6,12 @@ import androidx.annotation.NonNull;
|
|||
import androidx.lifecycle.AndroidViewModel;
|
||||
|
||||
import com.cappielloantonio.play.interfaces.ScanCallback;
|
||||
import com.cappielloantonio.play.repository.QueueRepository;
|
||||
import com.cappielloantonio.play.repository.ScanRepository;
|
||||
import com.cappielloantonio.play.repository.SongRepository;
|
||||
|
||||
public class SettingViewModel extends AndroidViewModel {
|
||||
private static final String TAG = "SettingViewModel";
|
||||
|
||||
private ScanRepository scanRepository;
|
||||
private final ScanRepository scanRepository;
|
||||
|
||||
public SettingViewModel(@NonNull Application application) {
|
||||
super(application);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue