Skip to content

Commit bbdc7f3

Browse files
committed
explorer: Fix an issue with switching themes
1 parent 6c45123 commit bbdc7f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeApp/Views/TableView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ where
169169
|| context.coordinator.lastTheme?.id != themeManager.currentTheme?.id
170170
{
171171
uiViewController.setData(data: root)
172+
context.coordinator.lastTheme = themeManager.currentTheme
172173
}
173174
if let header, header != uiViewController.headerText {
174175
uiViewController.setHeaderText(text: header)

0 commit comments

Comments
 (0)