Mark as read functionality

This commits adds the mark post as read functionality. Previously, the app crashed if it tried to mark a post as read.
This commit is contained in:
Balazs Toldi
2023-07-31 15:33:59 +02:00
parent 1974322013
commit 3e10186c7c
15 changed files with 202 additions and 21 deletions

View File

@@ -1342,4 +1342,5 @@
<string name="anonymous_account_instance">Anonymous Account Instance</string>
<string name="url_cannot_be_null_or_empty">URL cannot be null or empty</string>
<string name="could_not_resolve_link">Could not resolve URL :(</string>
<string name="mark_post_as_read_failed">Failed to mark post as read</string>
</resources>