remove one more line

This commit is contained in:
Xinlei(Ryan) Pan 2020-01-21 12:00:28 -05:00
parent 8816a06fe5
commit 2de9142969

View File

@ -310,9 +310,6 @@ CGFloat const PanelAnimationDuration = 0.2;
}
- (void)hideLeftPanelAnimated:(BOOL)animated checkingForOtherExtendedDrawers:(BOOL)checkingForOtherExtendedDrawers {
if (!self.globalLeftPanel) {
return;
}
[MVMCoreDispatchUtility performBlockOnMainThread:^{
if (self.mainViewLeading.constant > .1) {
if (checkingForOtherExtendedDrawers && self.explictlyShowingPanel == self.leftPanel) {