We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35053af + b40a6a3 commit 92594edCopy full SHA for 92594ed
todoapp/README.md
@@ -24,7 +24,7 @@ In [src/data/source/TasksLoader.java](https://github.com/googlesamples/android-a
24
25
```
26
@Override
27
- public List<Task> loadInBackground() {
+ public List<Task> loadInBackground() {
28
return mRepository.getTasks();
29
}
30
@@ -35,7 +35,7 @@ In [TasksPresenter.java](https://github.com/googlesamples/android-architecture/b
35
36
37
38
- public void onLoadFinished(Loader<List<Task>> loader, List<Task>
+ public void onLoadFinished(Loader<List<Task>> loader, List<Task>
39
data) {
40
mTasksView.setLoadingIndicator(false);
41
0 commit comments