@@ -153,6 +153,6 @@ public class AllMenuPresenter extends Presenter<AllMenuModel, IAllMenuView> {
// TODO: 알림 1개 이상일 경우 뱃지 노출
// TODO: 메뉴 애니메이션 구현
//view.showNotiAnimation(true, true);
- // view.showMenuAnimation();
+ view.showMenuAnimation();
}