mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
new icon with badge
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user