diff --git a/DuckDuckGo/FavoriteHomeCell.swift b/DuckDuckGo/FavoriteHomeCell.swift index 3c6182f3c3..b2e58d3e57 100644 --- a/DuckDuckGo/FavoriteHomeCell.swift +++ b/DuckDuckGo/FavoriteHomeCell.swift @@ -176,7 +176,7 @@ extension FavoriteHomeCell { super.traitCollectionDidChange(previousTraitCollection) if traitCollection.hasDifferentColorAppearance(comparedTo: previousTraitCollection), let favorite { - updateFor(favorite: favorite) + updateFor(favorite: favorite) } } }