entrance检查与统一
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user