From fedde3e159d13c0e1fa074502b219e611fb740ef Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Fri, 30 Jun 2023 11:53:58 +0200 Subject: [PATCH] Fix build (IOS-14) --- .../NotificationSettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mastodon/Scene/Settings/Notification Settings/NotificationSettingsViewController.swift b/Mastodon/Scene/Settings/Notification Settings/NotificationSettingsViewController.swift index d39d865af..b836e76af 100644 --- a/Mastodon/Scene/Settings/Notification Settings/NotificationSettingsViewController.swift +++ b/Mastodon/Scene/Settings/Notification Settings/NotificationSettingsViewController.swift @@ -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):