[app] Don't clear show list on refresh (#521)

This commit is contained in:
tehcneko 2021-04-27 22:44:44 +08:00 committed by GitHub
parent ef2845610e
commit 3241697028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -507,7 +507,6 @@ public class ScopeAdapter extends RecyclerView.Adapter<ScopeAdapter.ViewHolder>
checkedList.clear();
recommendedList.clear();
searchList.clear();
showList.clear();
checkedList.addAll(ConfigManager.getModuleScope(modulePackageName));
HashSet<ApplicationWithEquals> installedList = new HashSet<>();