File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
WooCommerce/Classes/ViewRelated/Products/Edit Product/Cells Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ final class ImageAndTitleAndTextTableViewCell: UITableViewCell {
132132 configureContentStackView ( )
133133 configureTitleAndTextStackView ( )
134134 applyDefaultBackgroundStyle ( )
135- configureBackground ( )
135+ configureSelectedBackground ( )
136136 }
137137
138138 override func prepareForReuse( ) {
@@ -300,7 +300,8 @@ private extension ImageAndTitleAndTextTableViewCell {
300300 func configureTitleAndTextStackView( ) {
301301 titleAndTextStackView. spacing = 2
302302 }
303- func configureBackground( ) {
303+
304+ func configureSelectedBackground( ) {
304305 selectedBackgroundView = UIView ( )
305306 selectedBackgroundView? . backgroundColor = . listBackground
306307 }
You can’t perform that action at this time.
0 commit comments