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):