Skip to content

Commit

Permalink
Merge pull request #620 from tchapgouv/phlpro/618-notification_icon_tint
Browse files Browse the repository at this point in the history
[Rooms List] Wrong tint color for Notification icons (#618)
  • Loading branch information
Phl-Pro authored Jul 20, 2022
2 parents aaca70c + e07b4cf commit 596a6b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Riot/Modules/Common/Recents/RecentsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -1227,8 +1227,8 @@ - (nullable UISwipeActionsConfiguration *)tableView:(UITableView *)tableView tra
notificationImage = [UIImage imageNamed:@"notifications"];
}

// Tchap: No tint needed in Tchap
//notificationImage = [notificationImage vc_tintedImageUsingColor:isMuted ? unselectedColor : selectedColor];
// Tchap: No tint needed in Tchap based on muted status
notificationImage = [notificationImage vc_tintedImageUsingColor:/*isMuted ? unselectedColor : */selectedColor];
muteAction.image = [notificationImage vc_notRenderedImage];

// Favorites management
Expand Down
1 change: 1 addition & 0 deletions changelog.d/618.bug
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Rooms List] Wrong tint color for Notification icons

0 comments on commit 596a6b9

Please sign in to comment.