To avoid display on the hamberg menu at discover screen(Homescreen)

This commit is contained in:
Sureshkumar Ramachandran 2023-12-08 17:33:44 +05:30
parent 9f2a1cb6d1
commit fed4413606

View File

@ -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];