添加畅玩管理页

This commit is contained in:
juntao
2022-04-22 16:52:04 +08:00
parent 3ef9a38342
commit 9d00e53b73
18 changed files with 507 additions and 35 deletions

View File

@ -427,7 +427,7 @@ public class BindingAdapters {
return;
}
if (VHelper.isSGame(gameEntity)) {
if (VHelper.isVGame(gameEntity)) {
VHelper.launch((AppCompatActivity) v.getContext(), gameEntity.getApk().get(0).getPackageName());
return;
}