Skip to content

Commit

Permalink
Fix crash in toolbarSafeAreaView (#24042)
Browse files Browse the repository at this point in the history
  • Loading branch information
kean authored Feb 3, 2025
2 parents d6f8298 + acbb31f commit f042904
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ class ReaderDetailViewController: UIViewController, ReaderDetailView {
/// Likes summary view
private let likesSummary: ReaderDetailLikesView = .loadFromNib()

/// A view that fills the bottom portion outside of the safe area
@IBOutlet weak var toolbarSafeAreaView: UIView!

/// View used to show errors
private let noResultsViewController = NoResultsViewController.controller()

Expand Down Expand Up @@ -444,7 +441,6 @@ class ReaderDetailViewController: UIViewController, ReaderDetailView {

// Toolbar
toolbar.displaySetting = displaySetting
toolbarSafeAreaView.backgroundColor = toolbar.backgroundColor
}

// Featured image view
Expand Down

0 comments on commit f042904

Please sign in to comment.