fix:【光环助手】畅玩助手神策数据流程优化 https://jira.shanqu.cc/browse/GHZS-2941
This commit is contained in:
@ -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?,
|
||||
|
||||
Reference in New Issue
Block a user