mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix play button
This commit is contained in:
parent
aebdefc477
commit
d72a9079ba
1 changed files with 1 additions and 0 deletions
|
|
@ -911,6 +911,7 @@ public final class ListMessageFileItemNode: ListMessageNode {
|
|||
iconStatusBackgroundColor = item.presentationData.theme.theme.list.itemAccentColor
|
||||
iconStatusForegroundColor = item.presentationData.theme.theme.list.itemCheckColors.foregroundColor
|
||||
} else if isAudio {
|
||||
iconStatusBackgroundColor = item.presentationData.theme.theme.list.itemAccentColor
|
||||
iconStatusForegroundColor = item.presentationData.theme.theme.list.itemCheckColors.foregroundColor
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue