Correct typo
This commit is contained in:
parent
ed9fb458c8
commit
95a50a4787
@ -46,7 +46,7 @@ public class LocalFeedRepository extends ARepository implements QueryCallback {
|
||||
itemsWhithFeed = database.itemDao().getAllItemWithFeeds();
|
||||
}
|
||||
|
||||
public LiveData<List<ItemWithFeed>> getItemsWhithFeed() {
|
||||
public LiveData<List<ItemWithFeed>> getItemsWithFeed() {
|
||||
return itemsWhithFeed;
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@ public class MainViewModel extends AndroidViewModel {
|
||||
|
||||
repository = new LocalFeedRepository(application);
|
||||
|
||||
itemsWithFeed = repository.getItemsWhithFeed();
|
||||
itemsWithFeed = repository.getItemsWithFeed();
|
||||
}
|
||||
|
||||
public LiveData<List<ItemWithFeed>> getItemsWithFeed() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user