release 0.1 #30

Manually merged
noemi3 merged 150 commits from release/0.1 into master 2020-01-18 14:59:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f36137a6bd - Show all commits

View File

@ -30,7 +30,7 @@ public class WListsListViewModel extends AndroidViewModel {
allWLists = wListRepository.getAllWLists();
}
public LiveData<List<WList>> getAllWLists() {
public LiveData<List<WList>> getAllWLists(){
return allWLists;
}