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
|
let statusTableViewCell = cell as! StatusTableViewCell
|
||||||
parent = statusTableViewCell.delegate?.parent()
|
parent = statusTableViewCell.delegate?.parent()
|
||||||
playerViewControllerDelegate = statusTableViewCell.delegate?.playerViewControllerDelegate
|
playerViewControllerDelegate = statusTableViewCell.delegate?.playerViewControllerDelegate
|
||||||
case is NotificationTableViewCell:
|
case is NotificationStatusTableViewCell:
|
||||||
let notificationTableViewCell = cell as! NotificationTableViewCell
|
let notificationTableViewCell = cell as! NotificationStatusTableViewCell
|
||||||
parent = notificationTableViewCell.delegate?.parent()
|
parent = notificationTableViewCell.delegate?.parent()
|
||||||
default:
|
default:
|
||||||
parent = nil
|
parent = nil
|
||||||
|
|
Loading…
Reference in New Issue