From 7cb492eb19e62a7306247ebed9a42318573c8c0f Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Tue, 5 Mar 2024 11:45:27 +0100 Subject: [PATCH] =?UTF-8?q?Utiliser=20la=20m=C3=AAme=20icone=20que=20sur?= =?UTF-8?q?=20web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TimelineCells/Call/Direct/RoomDirectCallStatusCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Modules/Room/TimelineCells/Call/Direct/RoomDirectCallStatusCell.swift b/Riot/Modules/Room/TimelineCells/Call/Direct/RoomDirectCallStatusCell.swift index 94c0b8855..5dc216d02 100644 --- a/Riot/Modules/Room/TimelineCells/Call/Direct/RoomDirectCallStatusCell.swift +++ b/Riot/Modules/Room/TimelineCells/Call/Direct/RoomDirectCallStatusCell.swift @@ -113,7 +113,7 @@ class RoomDirectCallStatusCell: RoomCallBaseCell { // Tchap: report VoIP problem button icon 􀌭 private var reportVoIPProblemButtonIcon: UIImage { - return UIImage(systemName: "exclamationmark.bubble.fill")! + return UIImage(systemName: "exclamationmark.circle.fill")! } private var actionUserInfo: [AnyHashable: Any]? {