forked from zelo72/mastodon-ios
fix: rename NotificationTableViewCell to NotificationStatusTableViewCell
This commit is contained in:
parent
19e0a3599c
commit
eb89ff6bdc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue