While working on this I realized that the repository items are directly passed to the other activities which can edit its content.
This is problematic, as in this case for example the recyclerview adapter was marking the articles as starred before the repository could do it, and as such preventing the correct handling of the process.
## Types of changes
- [x] I have read the **CONTRIBUTING** document.
- [x] My code follows the code style of this project.
- [ ] I have updated the documentation accordingly.
- [x] I have added tests to cover my changes.
- [x] All new and existing tests passed.
- [x] This is **NOT** translation related.
This closes issue #83
While working on this I realized that the repository items are directly passed to the other activities which can edit its content.
This is problematic, as in this case for example the recyclerview adapter was marking the articles as starred before the repository could do it, and as such preventing the correct handling of the process.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Types of changes
This closes issue #83
While working on this I realized that the repository items are directly passed to the other activities which can edit its content.
This is problematic, as in this case for example the recyclerview adapter was marking the articles as starred before the repository could do it, and as such preventing the correct handling of the process.
Wait merging, I have to update the tests