Explorar o código

game & welfare activity show in home

billyyoyo %!s(int64=5) %!d(string=hai) anos
pai
achega
5cc04cd61e

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/view/fragment/FgtFindChild.java

@@ -363,7 +363,7 @@ public class FgtFindChild extends BaseListFragment5<Article> {
         @Override
         public int getItemViewType(int position) {
             Article article = list.get(position);
-            if (article.getGame_articles_type() == 2) {
+            if (article.getDisplay_menu() > 0 && article.getGame_articles_type() == 2) {
                 return 0;
             }
             return article.getType();