Skip to content

Commit

Permalink
Fixed missed secret chat icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
23rd committed Sep 12, 2024
1 parent 43b26fa commit b1fcde5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ private void resetItems() {
helpIcon = R.drawable.msg_help_ny;
} else if (eventType == 1) {
newGroupIcon = R.drawable.msg_groups_14;
newSecretIcon = R.drawable.msg_secret_14;
newSecretIcon = R.drawable.msg_secret;
newChannelIcon = R.drawable.msg_channel;
contactsIcon = R.drawable.msg_contacts_14;
callsIcon = R.drawable.msg_calls_14;
Expand All @@ -282,7 +282,7 @@ private void resetItems() {
helpIcon = R.drawable.msg_help;
} else if (eventType == 2) {
newGroupIcon = R.drawable.msg_groups_hw;
newSecretIcon = R.drawable.msg_secret_hw;
newSecretIcon = R.drawable.msg_secret;
newChannelIcon = R.drawable.msg_channel;
contactsIcon = R.drawable.msg_contacts_hw;
callsIcon = R.drawable.msg_calls_hw;
Expand Down

0 comments on commit b1fcde5

Please sign in to comment.