Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bryankeller committed Aug 3, 2023
1 parent b4f358e commit 7efb575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Internal/VisibleMonthHeaderHeightTracker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ final class VisibleMonthHeaderHeightTracker {
}

let size = itemView.contentView.systemLayoutSizeFitting(
CGSize(width: monthWidth, height: 0),
CGSize(width: monthWidth, height: UIView.layoutFittingCompressedSize.height),
withHorizontalFittingPriority: .required,
verticalFittingPriority: .fittingSizeLevel)

Expand Down

0 comments on commit 7efb575

Please sign in to comment.