Skip to content

Commit 396ddf3

Browse files
committed
Fixed missed secret chat icons.
1 parent 5104e56 commit 396ddf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TMessagesProj/src/main/java/org/telegram/ui/Adapters/DrawerLayoutAdapter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ private void resetItems() {
272272
helpIcon = R.drawable.msg_help_ny;
273273
} else if (eventType == 1) {
274274
newGroupIcon = R.drawable.msg_groups_14;
275-
newSecretIcon = R.drawable.msg_secret_14;
275+
newSecretIcon = R.drawable.msg_secret;
276276
newChannelIcon = R.drawable.msg_channel;
277277
contactsIcon = R.drawable.msg_contacts_14;
278278
callsIcon = R.drawable.msg_calls_14;
@@ -282,7 +282,7 @@ private void resetItems() {
282282
helpIcon = R.drawable.msg_help;
283283
} else if (eventType == 2) {
284284
newGroupIcon = R.drawable.msg_groups_hw;
285-
newSecretIcon = R.drawable.msg_secret_hw;
285+
newSecretIcon = R.drawable.msg_secret;
286286
newChannelIcon = R.drawable.msg_channel;
287287
contactsIcon = R.drawable.msg_contacts_hw;
288288
callsIcon = R.drawable.msg_calls_hw;

0 commit comments

Comments
 (0)