diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-09-03 19:26:02 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-09-03 20:00:13 +0200 |
| commit | ab37dcd9492c4061b4df53bde6871c209d35b99a (patch) | |
| tree | 8820835ed092ac48107e2cec76f43db14a136194 | |
| parent | 5d4c9e7936a00dc2df4d9d2d17cb6170e9f9feb8 (diff) | |
| download | mullvadvpn-ab37dcd9492c4061b4df53bde6871c209d35b99a.tar.xz mullvadvpn-ab37dcd9492c4061b4df53bde6871c209d35b99a.zip | |
BasicTableViewCell already creates background views
| -rw-r--r-- | ios/MullvadVPN/SelectLocationCell.swift | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ios/MullvadVPN/SelectLocationCell.swift b/ios/MullvadVPN/SelectLocationCell.swift index 0b5fa63dac..d7f3c4c1ba 100644 --- a/ios/MullvadVPN/SelectLocationCell.swift +++ b/ios/MullvadVPN/SelectLocationCell.swift @@ -80,8 +80,6 @@ class SelectLocationCell: BasicTableViewCell { private func setupCell() { indentationWidth = 16 - backgroundView = UIView() - selectedBackgroundView = UIView() backgroundColor = .clear contentView.layoutMargins = preferredMargins |
