diff --git a/CHANGELOG.md b/CHANGELOG.md index 1106b67e4..66fffd0f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ This version is a full rewrite of the app in kotlin, using modern Android compon - Can display multiple files in the same chat bubble - Display video in recordings if available - "Swipe left to delete" action available on calls history, contacts & chat rooms list +- "Swipe right" to mark a chat room as read - Android 11 people & conversation compliant - New animations between fragments and for unread chat messages / missed calls counters (can be disabled) - Bubble & conversation support for chat message notifications diff --git a/app/src/main/java/org/linphone/activities/main/chat/fragments/MasterChatRoomsFragment.kt b/app/src/main/java/org/linphone/activities/main/chat/fragments/MasterChatRoomsFragment.kt index 70db20fbb..3559d9146 100644 --- a/app/src/main/java/org/linphone/activities/main/chat/fragments/MasterChatRoomsFragment.kt +++ b/app/src/main/java/org/linphone/activities/main/chat/fragments/MasterChatRoomsFragment.kt @@ -103,8 +103,18 @@ class MasterChatRoomsFragment : MasterFragment