This commit is contained in:
Umberto Furno 2020-01-11 15:09:35 +01:00
parent 850ae61a27
commit f36137a6bd
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }