Skip to content

Commit

Permalink
Merge pull request #393 from pennlabs/development
Browse files Browse the repository at this point in the history
6.6.1 Bug Fix
  • Loading branch information
01jongmin authored Sep 8, 2021
2 parents ef8c391 + 1cc8ed2 commit d8ddf3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PennMobile/Home/Controllers/HomeViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ class HomeViewController: GenericViewController {

override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.navigationController?.isNavigationBarHidden = false

if tableViewModel == nil {
self.startLoadingViewAnimation()
}
Expand Down

0 comments on commit d8ddf3d

Please sign in to comment.