OpenLauncherTeam / openlauncher

Customizable and Open Source Launcher for Android
Apache License 2.0
1.41k stars 413 forks source link

[OpenLauncher][Improve] Improve load app performance. #537

Closed Stupidman22 closed 4 years ago

Stupidman22 commented 4 years ago

This is my first pull request to github. Explain my request When we call executeOnExecutor() It will run in parallel with other thread. Only one case we need using execute() when we receiver new app install or update if not synchonous may cause duplicate app list. So i separate 2 function todo that.

gsantner commented 4 years ago

Closing as no response.