We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c45123 commit bbdc7f3Copy full SHA for bbdc7f3
CodeApp/Views/TableView.swift
@@ -169,6 +169,7 @@ where
169
|| context.coordinator.lastTheme?.id != themeManager.currentTheme?.id
170
{
171
uiViewController.setData(data: root)
172
+ context.coordinator.lastTheme = themeManager.currentTheme
173
}
174
if let header, header != uiViewController.headerText {
175
uiViewController.setHeaderText(text: header)
0 commit comments