We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1436ae commit a50808eCopy full SHA for a50808e
ios/MullvadVPN/View controllers/Settings/SettingsDataSource.swift
@@ -143,12 +143,6 @@ final class SettingsDataSource: UITableViewDiffableDataSource<SettingsDataSource
143
// MARK: - Private
144
145
private func registerClasses() {
146
- CellReuseIdentifier.allCases.forEach { cellIdentifier in
147
- tableView?.register(
148
- cellIdentifier.reusableViewClass,
149
- forCellReuseIdentifier: cellIdentifier.rawValue
150
- )
151
- }
152
153
HeaderFooterReuseIdentifier.allCases.forEach { reuseIdentifier in
154
tableView?.register(
0 commit comments