修复启动类型上报异常问题

This commit is contained in:
juntao
2022-01-18 15:11:16 +08:00
parent 2f1137b97b
commit 337bbe7ec3
3 changed files with 7 additions and 4 deletions

View File

@ -295,7 +295,7 @@ public class SplashScreenActivity extends BaseActivity {
HaloApp.getInstance().setLocalTemporaryDeviceId(localTemporaryDeviceId);
SPUtils.setString(Constants.SP_TEMPORARY_DEVICE_ID, localTemporaryDeviceId);
}
map.put("launch_type", DeviceTokenUtils.getLaunchType().name());
map.put("launch_type", DeviceTokenUtils.getLaunchType(true).name());
} else if (HaloApp.getInstance().isReinstallTheSameVersion) {
map.put("launch_type", LunchType.UPDATE.toString());
}