Skip to content

Commit d0cf385

Browse files
committed
Renamed config backgound function
1 parent 5e27e2e commit d0cf385

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

WooCommerce/Classes/ViewRelated/Products/Edit Product/Cells/ImageAndTitleAndTextTableViewCell.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)