version:2.6

fix:隐藏不需要的应用
update:
This commit is contained in:
2022-02-23 09:57:42 +08:00
parent 7e37ab1104
commit 7d50cb709b
4 changed files with 58 additions and 3 deletions

View File

@@ -1539,6 +1539,7 @@ public class MainSPresenter implements MainSContact.Presenter {
@Override
public void onComplete() {
Log.e(TAG + ":" + "getDesktopIcon", "onComplete: ");
JGYUtils.getInstance().hideSystemAPP();
mView.getDesktopIconFinish();
}
});