Skip to content

Commit

Permalink
Don't hide nav bar on scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisevener committed Jan 23, 2023
1 parent 7603641 commit b30b9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wikipedia/Code/TalkPageArchivesViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class TalkPageArchivesViewController: UIViewController, Themeable, ShiftingTopVi

lazy var barView: ShiftingNavigationBarView = {
let items = navigationController?.viewControllers.map({ $0.navigationItem }) ?? []
return ShiftingNavigationBarView(shiftOrder: 1, navigationItems: items, hidesOnScroll: true, popDelegate: self)
return ShiftingNavigationBarView(shiftOrder: 1, navigationItems: items, hidesOnScroll: false, popDelegate: self)
}()

init(viewModel: TalkPageArchivesViewModel, theme: Theme) {
Expand Down

0 comments on commit b30b9ea

Please sign in to comment.