[app] Don't clear show list on refresh (#521)
This commit is contained in:
parent
ef2845610e
commit
3241697028
|
|
@ -507,7 +507,6 @@ public class ScopeAdapter extends RecyclerView.Adapter<ScopeAdapter.ViewHolder>
|
||||||
checkedList.clear();
|
checkedList.clear();
|
||||||
recommendedList.clear();
|
recommendedList.clear();
|
||||||
searchList.clear();
|
searchList.clear();
|
||||||
showList.clear();
|
|
||||||
|
|
||||||
checkedList.addAll(ConfigManager.getModuleScope(modulePackageName));
|
checkedList.addAll(ConfigManager.getModuleScope(modulePackageName));
|
||||||
HashSet<ApplicationWithEquals> installedList = new HashSet<>();
|
HashSet<ApplicationWithEquals> installedList = new HashSet<>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue