Fix build (IOS-14)

This commit is contained in:
Nathan Mattes 2023-06-30 11:53:58 +02:00
parent a1d0c74617
commit fedde3e159
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class NotificationSettingsViewController: UIViewController {
guard let self,
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
case .alert(let alert):