Skip to content

Commit

Permalink
Utiliser la même icone que sur web
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasBuquet committed Mar 5, 2024
1 parent 24144d6 commit 7cb492e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]? {
Expand Down

0 comments on commit 7cb492e

Please sign in to comment.