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