undo needless change
This commit is contained in:
parent
4bdd6fa775
commit
eb94c7eaff
@ -991,7 +991,7 @@ CGFloat const PanelAnimationDuration = 0.2;
|
|||||||
- (void)resetDrawers {
|
- (void)resetDrawers {
|
||||||
if (!self.navigationItemViewController) { return; }
|
if (!self.navigationItemViewController) { return; }
|
||||||
if ([self navigationBarModelExists]) {
|
if ([self navigationBarModelExists]) {
|
||||||
[self updateNavigationBarForViewController:[MVMCoreUIUtility getViewControllerTraversingManagers:self.navigationItemViewController]];
|
[self updateNavigationBarForViewController:self.navigationItemViewController];
|
||||||
} else {
|
} else {
|
||||||
// Legacy
|
// Legacy
|
||||||
[self setLeftPanelIsAccessible:self.leftPanelIsAccessible forViewController:self.navigationItemViewController updateNavigationButtons:YES];
|
[self setLeftPanelIsAccessible:self.leftPanelIsAccessible forViewController:self.navigationItemViewController updateNavigationButtons:YES];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user