Fix build (IOS-14)
This commit is contained in:
parent
a1d0c74617
commit
fedde3e159
|
@ -43,7 +43,7 @@ class NotificationSettingsViewController: UIViewController {
|
||||||
guard let self,
|
guard let self,
|
||||||
let notificationCell = tableView.dequeueReusableCell(withIdentifier: NotificationSettingTableViewCell.reuseIdentifier, for: indexPath) as? NotificationSettingTableViewCell else { fatalError("WTF Wrong cell!?") }
|
let notificationCell = tableView.dequeueReusableCell(withIdentifier: NotificationSettingTableViewCell.reuseIdentifier, for: indexPath) as? NotificationSettingTableViewCell else { fatalError("WTF Wrong cell!?") }
|
||||||
|
|
||||||
notificationCell.configure(with: .policy, viewModel: viewModel)
|
notificationCell.configure(with: .policy, viewModel: self.viewModel)
|
||||||
cell = notificationCell
|
cell = notificationCell
|
||||||
|
|
||||||
case .alert(let alert):
|
case .alert(let alert):
|
||||||
|
|
Loading…
Reference in New Issue