Correct boolean serialization #73
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "davidoskky/ReaderForSelfoss-multiplatform:swiping"
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?
For some reason the short form ?: was not working correctly and serialization failed setting all true values to false.
This creates problems when marking items as read or starred.
I have identified other problems within the generation of the undo mark button which I will address in another PR.
This is addressing #72