Skip to content

Commit

Permalink
Bugfix FXIOS-10910 [Bookmarks Evolution] Fix bookmarks theming (#24013)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattLichtenstein authored Jan 6, 2025
1 parent bdc50b9 commit 16d6776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class EditBookmarkViewController: UIViewController,
self.notificationCenter = notificationCenter
self.currentWindowUUID = windowUUID
super.init(nibName: nil, bundle: nil)
listenForThemeChange(view)
}

required init?(coder: NSCoder) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class EditFolderViewController: UIViewController,
self.notificationCenter = notificationCenter
self.viewModel = viewModel
super.init(nibName: nil, bundle: nil)
listenForThemeChange(view)
}

required init?(coder: NSCoder) {
Expand Down

0 comments on commit 16d6776

Please sign in to comment.