undo needless change

This commit is contained in:
Pfeil, Scott Robert 2021-06-22 17:54:35 -04:00
parent 4bdd6fa775
commit eb94c7eaff

View File

@ -991,7 +991,7 @@ CGFloat const PanelAnimationDuration = 0.2;
- (void)resetDrawers {
if (!self.navigationItemViewController) { return; }
if ([self navigationBarModelExists]) {
[self updateNavigationBarForViewController:[MVMCoreUIUtility getViewControllerTraversingManagers:self.navigationItemViewController]];
[self updateNavigationBarForViewController:self.navigationItemViewController];
} else {
// Legacy
[self setLeftPanelIsAccessible:self.leftPanelIsAccessible forViewController:self.navigationItemViewController updateNavigationButtons:YES];