new icon with badge

This commit is contained in:
Flavio Alescio
2023-01-12 09:20:03 +01:00
parent d542c40f8f
commit 2554c987cb
@@ -116,7 +116,7 @@ class RoomActionProvider: RoomActionProviderProtocol {
private var markAsUnreadAction: UIAction {
return UIAction(
title: VectorL10n.homeContextMenuMarkAsUnread,
image: UIImage(systemName: "envelope")) { [weak self] action in
image: UIImage(systemName: "envelope.badge")) { [weak self] action in
guard let self = self else { return }
self.service.markAsUnread()
}