[android] Fixed fade effect problem caused by bottom menu

This commit is contained in:
Александр Зацепин 2017-08-31 14:00:24 +03:00 committed by Vladimir Byko-Ianko
parent 3492db082c
commit a66f468812

View file

@ -231,7 +231,6 @@ public abstract class BaseMenu
if (show && mFrame.isShown())
return;
close(false);
UiUtils.showIf(show, mFrame);
}