[app] Fix repo empty when cache hint (#1484)
This commit is contained in:
parent
75436aa90d
commit
8c64a8db1a
|
|
@ -129,7 +129,7 @@ public class RepoFragment extends BaseFragment implements RepoLoader.RepoListene
|
||||||
binding.clickView.setOnClickListener(l);
|
binding.clickView.setOnClickListener(l);
|
||||||
repoLoader.addListener(this);
|
repoLoader.addListener(this);
|
||||||
moduleUtil.addListener(this);
|
moduleUtil.addListener(this);
|
||||||
updateRepoSummary();
|
onRepoLoaded();
|
||||||
return binding.getRoot();
|
return binding.getRoot();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue