Invalidate content size correctly

This commit is contained in:
Maurice Parker 2019-08-25 20:06:02 -05:00
parent a0b11da438
commit cf5fd4fa89

View File

@ -22,7 +22,7 @@ class MasterFeedUnreadCountView : UIView {
var unreadCount = 0 {
didSet {
invalidateIntrinsicContentSize()
contentSizeIsValid = false
setNeedsDisplay()
}
}