version:2.1 MTK

fix:修复强制安装应用时报错
update:优化桌面图标隐藏
This commit is contained in:
2022-04-26 16:08:55 +08:00
parent 5c821df549
commit 2bf051b8c1
6 changed files with 50 additions and 13 deletions

View File

@@ -340,6 +340,7 @@ public class MainSPresenter implements MainSContact.Presenter {
.getDesktopIcon(true, getLifecycle(), new NetInterfaceManager.onCompleteCallback() {
@Override
public void onComplete() {
Log.e("getDesktopIcon", "onComplete: ");
JGYUtils.getInstance().hideSystemAPP();
mView.getDesktopIconFinish();
}