release 0.1 #30
@ -30,7 +30,7 @@ public class WListsListViewModel extends AndroidViewModel {
|
||||
allWLists = wListRepository.getAllWLists();
|
||||
}
|
||||
|
||||
public LiveData<List<WList>> getAllWLists() {
|
||||
public LiveData<List<WList>> getAllWLists(){
|
||||
return allWLists;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user