This commit is contained in:
曾祥俊
2023-04-26 14:23:55 +08:00
parent 923f212424
commit 6a6d0641a2
4 changed files with 36 additions and 21 deletions

View File

@ -773,7 +773,7 @@ public class MainActivity extends BaseActivity {
handler.postDelayed(() -> {
VHelper.postOnInitialized(() -> {
if (VHelper.isInstalled(gamePackageName)) {
VHelper.launch(this, gamePackageName, false);
VHelper.launch(this, gamePackageName, false, true);
} else {
ToastUtils.showToast("应用已被卸载!");
}