From 635a9bb9b0f696a5fc08975374643493d8773a9a Mon Sep 17 00:00:00 2001 From: Nikita Semenov Date: Tue, 30 Aug 2022 21:51:16 +0300 Subject: [PATCH] fix: image of selected view --- .../Filters/ListFilters/Views/DefaultFilterListCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/TIEcommerce/Sources/Filters/ListFilters/Views/DefaultFilterListCell.swift b/TIEcommerce/Sources/Filters/ListFilters/Views/DefaultFilterListCell.swift index 66a464b1..dd4dc077 100644 --- a/TIEcommerce/Sources/Filters/ListFilters/Views/DefaultFilterListCell.swift +++ b/TIEcommerce/Sources/Filters/ListFilters/Views/DefaultFilterListCell.swift @@ -112,6 +112,7 @@ open class DefaultFilterListCell: ContainerTableViewCell, Con open func updateAppearance(with appearance: FilterCellStateAppearance) { contentInsets = appearance.contentInsets wrappedView.textColor = appearance.fontColor + wrappedView.image = appearance.selectionImage backgroundColor = appearance.backgroundColor layer.borderColor = appearance.borderColor.cgColor