Archived
Removed redundant dependencies for WorkManager and EasyPreferences, TaskDescription colour changed to colorAccent
This commit is contained in:
@@ -6,11 +6,10 @@ import androidx.lifecycle.LiveData
|
||||
|
||||
public class SubstViewModel(application: Application) : AndroidViewModel(application) {
|
||||
|
||||
private val repository: SubstRepository
|
||||
private val repository: SubstRepository = SubstRepository(application)
|
||||
val allSubst: LiveData<List<Subst>>?
|
||||
|
||||
init {
|
||||
repository = SubstRepository(application)
|
||||
allSubst = repository.allSubst
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user