File tree Expand file tree Collapse file tree
TMessagesProj/src/main/java/org/telegram/ui/Adapters Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments