Now is possible to mark as unread the conversation from outside the conversation itself, selecting also more than one chat

This commit is contained in:
AlbertoPellitteri 2021-09-05 17:12:30 +02:00
parent 72833f6f16
commit 5bde636dfb
2 changed files with 22 additions and 0 deletions

View file

@ -29,4 +29,8 @@
android:id="@+id/cab_select_all"
android:title="@string/select_all"
app:showAsAction="never" />
<item
android:id="@+id/cab_mark_as_unread"
android:title="@string/mark_as_unread"
app:showAsAction="never" />
</menu>