完成光环助手V3.6.6数据统计需求(MTA) https://gitlab.ghzs.com/pm/halo-app-issues/issues/579

This commit is contained in:
chenjuntao
2019-07-17 17:36:48 +08:00
parent 3bae1a1af7
commit 101874fd29
15 changed files with 93 additions and 38 deletions

View File

@ -358,7 +358,7 @@ public class DownloadItemUtils {
CheckLoginUtils.checkLogin(context, entrance, () -> {
PermissionHelper.checkReadPhoneStatePermissionBeforeAction(context, () -> {
ReserveDialogFragment dialogFragment = ReserveDialogFragment.getInstance(
gameEntity.getId(),
gameEntity,
() -> adapter.notifyItemChanged(position)
);
dialogFragment.show(((AppCompatActivity) context).getSupportFragmentManager(), "reserve");