|
@@ -277,7 +277,7 @@ public class FgtFindChild extends BaseListFragment2<Article> {
|
|
|
public CommonRecycler(List<Article> list) {
|
|
public CommonRecycler(List<Article> list) {
|
|
|
super(SheepApp.getInstance(), list);
|
|
super(SheepApp.getInstance(), list);
|
|
|
commonConverter = new CommonConverter();
|
|
commonConverter = new CommonConverter();
|
|
|
- if(TestUtil.isGTVersion3_4_2())
|
|
|
|
|
|
|
+ if(TestUtil.isGTVersion3_4_3())
|
|
|
newsConverter = new NewsConverter();
|
|
newsConverter = new NewsConverter();
|
|
|
}
|
|
}
|
|
|
|
|
|