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]? {