Skip to content

Commit

Permalink
explorer: Fix an issue with switching themes
Browse files Browse the repository at this point in the history
  • Loading branch information
bummoblizard committed Jun 14, 2024
1 parent 6c45123 commit bbdc7f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CodeApp/Views/TableView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ where
|| context.coordinator.lastTheme?.id != themeManager.currentTheme?.id
{
uiViewController.setData(data: root)
context.coordinator.lastTheme = themeManager.currentTheme
}
if let header, header != uiViewController.headerText {
uiViewController.setHeaderText(text: header)
Expand Down

0 comments on commit bbdc7f3

Please sign in to comment.