Skip to content

Commit

Permalink
Revert hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunn committed Sep 26, 2023
1 parent 3d992fa commit d314c10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DuckDuckGo/HomeCollectionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ class HomeCollectionView: UICollectionView {
renderers.install(renderer: FavoritesHomeViewSectionRenderer(viewModel: favoritesViewModel))

case .homeMessage:
if #available(iOS 16.0, *) {
renderers.install(renderer: HomeMessageViewSectionRenderer(homePageConfiguration: homePageConfiguration))
}

case .appTrackingProtection:
#if APP_TRACKING_PROTECTION
Expand Down

0 comments on commit d314c10

Please sign in to comment.