mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Support Xcode 16.3
This commit is contained in:
parent
c3222c046f
commit
9e18743b1b
12 changed files with 203 additions and 55 deletions
|
|
@ -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)?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue