|
@@ -36,7 +36,7 @@ import kr.co.zumo.app.lifeplus.view.screen.FragmentBase;
|
|
|
* @history 하세미 [2018-10-22] [최초 작성]
|
|
* @history 하세미 [2018-10-22] [최초 작성]
|
|
|
* @since 2018-10-22
|
|
* @since 2018-10-22
|
|
|
*/
|
|
*/
|
|
|
-public class FirstCategoryMainFragment extends FragmentBase<FirstCategoryMainPresenter> implements IFirstCategoryMainView{
|
|
|
|
|
|
|
+public class FirstCategoryMainFragment extends FragmentBase<FirstCategoryMainPresenter> implements IFirstCategoryMainView {
|
|
|
|
|
|
|
|
private MainSeriesView mainSeriesView;
|
|
private MainSeriesView mainSeriesView;
|
|
|
private RecyclerView recyclerViewFirstCategoryMain;
|
|
private RecyclerView recyclerViewFirstCategoryMain;
|
|
@@ -130,4 +130,9 @@ public class FirstCategoryMainFragment extends FragmentBase<FirstCategoryMainPre
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ @Override
|
|
|
|
|
+ public void hideRecommendArea() {
|
|
|
|
|
+ mainSeriesView.setVisibility(View.GONE);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|