fix:【光环助手】畅玩助手神策数据流程优化 https://jira.shanqu.cc/browse/GHZS-2941

This commit is contained in:
叶子维
2023-07-17 15:03:16 +08:00
parent 756bc66f26
commit ba27c09096

View File

@ -325,7 +325,9 @@ class VSpaceDialogFragment : BaseDraggableDialogFragment() {
true
) && !mIsLogAutoInstallClick && mIsClickDownloadThisTime
) {
SensorsBridge.trackEvent("HaloFunInstallButtonClick", "space_schema_type", vSpaceType)
downloadBtn.postDelayed({
SensorsBridge.trackEvent("HaloFunInstallButtonClick", "space_schema_type", vSpaceType)
}, SENSORS_LOG_DELAY)
mIsLogAutoInstallClick = true
}
@ -365,6 +367,8 @@ class VSpaceDialogFragment : BaseDraggableDialogFragment() {
const val KEY_AUTO_DOWNLOAD = "auto_download"
const val KEY_IS_UPDATE = "is_update"
const val SENSORS_LOG_DELAY = 1000L
@JvmStatic
fun showDownloadDialog(
context: Context?,