From eb89ff6bdc7d40e7c21490642ab076057c0d5cfb Mon Sep 17 00:00:00 2001 From: sunxiaojian Date: Mon, 19 Apr 2021 18:16:28 +0800 Subject: [PATCH] fix: rename NotificationTableViewCell to NotificationStatusTableViewCell --- Mastodon/Diffiable/Section/StatusSection.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mastodon/Diffiable/Section/StatusSection.swift b/Mastodon/Diffiable/Section/StatusSection.swift index e01276e8b..cd4230dab 100644 --- a/Mastodon/Diffiable/Section/StatusSection.swift +++ b/Mastodon/Diffiable/Section/StatusSection.swift @@ -273,8 +273,8 @@ extension StatusSection { let statusTableViewCell = cell as! StatusTableViewCell parent = statusTableViewCell.delegate?.parent() playerViewControllerDelegate = statusTableViewCell.delegate?.playerViewControllerDelegate - case is NotificationTableViewCell: - let notificationTableViewCell = cell as! NotificationTableViewCell + case is NotificationStatusTableViewCell: + let notificationTableViewCell = cell as! NotificationStatusTableViewCell parent = notificationTableViewCell.delegate?.parent() default: parent = nil