diff --git a/WordPress/Classes/ViewRelated/Views/List/NotificationsList/HostingTableViewCell.swift b/WordPress/Classes/ViewRelated/Views/List/NotificationsList/HostingTableViewCell.swift index f8fc70cb1995..1cea26dd0fa3 100644 --- a/WordPress/Classes/ViewRelated/Views/List/NotificationsList/HostingTableViewCell.swift +++ b/WordPress/Classes/ViewRelated/Views/List/NotificationsList/HostingTableViewCell.swift @@ -23,5 +23,7 @@ class HostingTableViewCell: UITableViewCell { swiftUICellViewController.didMove(toParent: parent) swiftUICellViewController.view.layoutIfNeeded() } + + self.controller?.view.invalidateIntrinsicContentSize() } }