[app] Fix repo empty when cache hint (#1484)

This commit is contained in:
LoveSy 2021-12-14 23:54:42 +08:00 committed by GitHub
parent 75436aa90d
commit 8c64a8db1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}