Update check module update

This commit is contained in:
topjohnwu
2016-09-23 17:12:29 +08:00
parent 8a8aaf3297
commit 8a7df954e5
6 changed files with 44 additions and 274 deletions
@@ -227,6 +227,7 @@ public class Async {
protected Void doInBackground(Void... voids) {
ReposFragment.mListRepos.clear();
RepoHelper.createRepoMap(mContext);
RepoHelper.checkUpdate();
ReposFragment.mListRepos = RepoHelper.getSortedList();
return null;
}