The item to be passed to the repository for marking/unmarking was being deleted from the list before it could be accessed.
Now, an instance of the item is passed to the snackbar in order to avoid these kinds of problems.
The item to be passed to the repository for marking/unmarking was being deleted from the list before it could be accessed.
Now, an instance of the item is passed to the snackbar in order to avoid these kinds of problems.
Together with #73 this should fix #72.
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.
The item to be passed to the repository for marking/unmarking was being deleted from the list before it could be accessed.
Now, an instance of the item is passed to the snackbar in order to avoid these kinds of problems.
Together with #73 this should fix #72.