Alifyz/android-sample-apps

RecyclerView not render the changes after deleting a movie

Closed this issue · 0 comments

Bug - Content Provider / RecyclerView

After the user deleting a movie from the ContentProvider and after the execution of the method finish() on FavoriteMoviesDetailsActivity, the recycle view still renders the movie that was recently deleted.

In simple words, the RecyclerView is not rendering the real-time changing that occur in the ContentProvider / or in the Adapter.