To avoid display on the hamberg menu at discover screen(Homescreen)
This commit is contained in:
parent
9f2a1cb6d1
commit
fed4413606
@ -735,6 +735,7 @@ CGFloat const PanelAnimationDuration = 0.2;
|
||||
|
||||
if (!panel) {
|
||||
[self removePanel:self.leftPanel];
|
||||
self.leftPanel = nil;
|
||||
} else if (panel && panel != self.leftPanel) {
|
||||
[self removePanel:self.leftPanel];
|
||||
[self addPanel:panel];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user