|
@@ -338,7 +338,11 @@ class RecipesFragment : CommonBVMFragment<FragmentCommeListBinding, HomeViewMode
|
|
|
val categoryTabViewLayout =
|
|
|
findView<CategoryTabViewLayout>(R.id.category_tab_view)
|
|
|
if (categoryModel != null) {
|
|
|
- categoryTabViewLayout.setGone()
|
|
|
+ if (sn.startsWith("011")){
|
|
|
+ categoryTabViewLayout.setGone()
|
|
|
+ }else{
|
|
|
+ categoryTabViewLayout.setVisible()
|
|
|
+ }
|
|
|
categoryTabViewLayout.apply {
|
|
|
updateCategorySize(
|
|
|
categoryModel.allSize,
|