fix: 谷歌框架功能—0330测试 https://jira.shanqu.cc/browse/GHZS-1853

This commit is contained in:
chenjuntao
2023-03-30 15:19:08 +08:00
parent 3cd8d4d4dc
commit 0a92ba7653
3 changed files with 5 additions and 3 deletions

View File

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