[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);
|
||||
repoLoader.addListener(this);
|
||||
moduleUtil.addListener(this);
|
||||
updateRepoSummary();
|
||||
onRepoLoaded();
|
||||
return binding.getRoot();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue