同步PD修复内容:
[修复首页English分类下,下拉刷新没有数据问题] 同步PD打包脚本
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'img-optimizer'
|
||||
apply from: "../package_config.gradle"
|
||||
|
||||
android {
|
||||
namespace "com.yunbao.main"
|
||||
|
||||
@@ -211,6 +211,9 @@ public class MainHomeLiveViewHolder extends AbsMainHomeChildViewHolder implement
|
||||
});
|
||||
} else {
|
||||
pp = 0;
|
||||
if(select==0){
|
||||
select = list.get(0).getId();
|
||||
}
|
||||
MainHttpUtil.getClassLive(select, p, callback);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user