Closed ptyagicodecamp closed 4 years ago
Please specify in what file and line do you fetch items from local database. Looks like you are missing some files in commit.
Please specify in what file and line do you fetch items from local database. Looks like you are missing some files in commit.
Looks like I fixed the bug in displaying favorite items returned from _getFavorite()
method. I see local db is only being populated for tests, and using fake data for app. Am I missing something?
Please specify in what file and line do you fetch items from local database. Looks like you are missing some files in commit.
Looks like I fixed the bug in displaying favorite items returned from
_getFavorite()
method. I see local db is only being populated for tests, and using fake data for app. Am I missing something?
Ok. Initial message "Fetching favorite items from the local database and displaying them in Favorite listing screen." was not clear enough and was leaving an impression that some real fetching was supposed to take place.
Fetching favorite items from the local database and displaying them in Favorite listing screen.