feature_board_view #28

Merged
norangebit merged 19 commits from feature_board_view into develop 2020-01-16 18:33:24 +00:00
Showing only changes of commit f36137a6bd - Show all commits

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