Correct mechanism of mark and unmark snackbars #74
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "davidoskky/ReaderForSelfoss-multiplatform:snackbar-mark"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.