This commit is contained in:
chenjuntao
2023-06-14 18:19:01 +08:00
parent af5ec74b9e
commit 1ddf9a667e
37 changed files with 457 additions and 212 deletions

View File

@ -803,6 +803,15 @@ public class MainActivity extends BaseActivity {
ToastUtils.showToast("游戏启动失败,请联系客服反馈相关信息");
return;
}
VHelper.INSTANCE.logLaunchButtonClicked(
gamePackageName,
null,
null,
null,
"桌面快捷图标"
);
ToastUtils.showToast("游戏启动中,请稍后~");
handler.postDelayed(() -> {
VHelper.postOnInitialized(() -> {