Skip to content

Commit

Permalink
Fix crash toolbarSafeAreaVie
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Feb 3, 2025
1 parent a21e3f4 commit acbb31f
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 acbb31f

Please sign in to comment.