feat: Add the option to mark a conversation as read (#816)

* feat: Add the option to mark a conversation as read

Fixes #789

* Extract and share logic to mark all as read

* Fix merge conflict issues
This commit is contained in:
ceokot
2022-01-16 19:02:39 +02:00
committed by GitHub
parent c113a447cf
commit c2657bb785
11 changed files with 55 additions and 15 deletions

View File

@@ -121,6 +121,7 @@
<attr name="menu_info_icon" format="reference" />
<attr name="menu_pin_icon" format="reference" />
<attr name="menu_unpin_icon" format="reference" />
<attr name="menu_mark_all_as_read" format="reference" />
<attr name="pref_icon_tint" format="color"/>