Various fixes

This commit is contained in:
Ilya Laktyushin
2024-03-28 13:49:32 +04:00
parent c322ac539d
commit d85d508412
4 changed files with 1 additions and 1 deletions

View File

@@ -417,7 +417,7 @@ final class ChatListNoticeItemNode: ItemListRevealOptionsItemNode {
strongSelf.closeButton = closeButton
}
if themeUpdated {
if themeUpdated || closeButton.image(for: .normal) == nil {
closeButton.setImage(PresentationResourcesItemList.itemListCloseIconImage(item.theme), for: .normal)
}