Tweak heuristic for showing profile fields in single column

This commit is contained in:
Shadowfacts 2022-11-11 18:26:59 -05:00
parent e6a5b899be
commit 9da986e3b8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class ProfileFieldsView: UIView {
private var isUsingSingleColumn: Bool = false
private var needsSingleColumn: Bool {
traitCollection.preferredContentSizeCategory > .large
traitCollection.horizontalSizeClass == .compact && traitCollection.preferredContentSizeCategory > .extraLarge
}
override init(frame: CGRect) {