Fix play button

This commit is contained in:
Ali 2021-10-27 23:10:58 +04:00
parent aebdefc477
commit d72a9079ba

View File

@ -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
}