remove one more line
This commit is contained in:
parent
8816a06fe5
commit
2de9142969
@ -310,9 +310,6 @@ CGFloat const PanelAnimationDuration = 0.2;
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void)hideLeftPanelAnimated:(BOOL)animated checkingForOtherExtendedDrawers:(BOOL)checkingForOtherExtendedDrawers {
|
- (void)hideLeftPanelAnimated:(BOOL)animated checkingForOtherExtendedDrawers:(BOOL)checkingForOtherExtendedDrawers {
|
||||||
if (!self.globalLeftPanel) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
[MVMCoreDispatchUtility performBlockOnMainThread:^{
|
[MVMCoreDispatchUtility performBlockOnMainThread:^{
|
||||||
if (self.mainViewLeading.constant > .1) {
|
if (self.mainViewLeading.constant > .1) {
|
||||||
if (checkingForOtherExtendedDrawers && self.explictlyShowingPanel == self.leftPanel) {
|
if (checkingForOtherExtendedDrawers && self.explictlyShowingPanel == self.leftPanel) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user