Support Xcode 16.3

This commit is contained in:
Isaac 2025-05-13 11:40:24 +08:00
parent c3222c046f
commit 9e18743b1b
12 changed files with 203 additions and 55 deletions

View file

@ -388,7 +388,7 @@ class StatsOverviewItemNode: ListViewItemNode {
insets = itemListNeighborsGroupedInsets(neighbors, params)
}
var twoColumnLayout = true
var twoColumnLayout = "".isEmpty // Silence the warning
var useMinLeftColumnWidth = false
var topLeftItemLayoutAndApply: (CGSize, () -> ValueItemNode)?