diff --git a/iOS/MasterFeed/Cell/MasterFeedUnreadCountView.swift b/iOS/MasterFeed/Cell/MasterFeedUnreadCountView.swift index 855e464c0..fdddb629a 100644 --- a/iOS/MasterFeed/Cell/MasterFeedUnreadCountView.swift +++ b/iOS/MasterFeed/Cell/MasterFeedUnreadCountView.swift @@ -22,7 +22,7 @@ class MasterFeedUnreadCountView : UIView { var unreadCount = 0 { didSet { - invalidateIntrinsicContentSize() + contentSizeIsValid = false setNeedsDisplay() } }