entrance检查与统一

This commit is contained in:
huangzhuanghua
2017-01-20 17:11:03 +08:00
parent b3fc66f6b9
commit b2d568d646
72 changed files with 521 additions and 3895 deletions

View File

@ -31,11 +31,12 @@ import de.greenrobot.event.EventBus;
public class InstallFragment extends BaseFragment {
@BindView(R.id.fm_install_rv_show) RecyclerView fm_install_rv_show;
private InstallFragmentAdapter adapter;
@BindView(R.id.reuse_nodata_skip) LinearLayout reuse_nodata_skip;
@BindView(R.id.reuse_nodata_skip_tv_hint) TextView reuse_nodata_skip_tv_hint;
@BindView(R.id.reuse_nodata_skip_tv_btn) TextView reuse_nodata_skip_tv_btn;
private InstallFragmentAdapter adapter;
private DataWatcher dataWatcher = new DataWatcher() {
@Override
public void onDataChanged(DownloadEntity downloadEntity) {