[6.2.0]录包工具修复点击查看可以多次打开上报弹窗

This commit is contained in:
xuxinchao
2023-11-22 19:43:19 +08:00
parent a6d624e381
commit 510578c097
4 changed files with 11 additions and 4 deletions

View File

@@ -237,7 +237,7 @@ internal object BadCaseManager : LifecycleEventObserver, IMoGoAutopilotRecordLis
MsgBoxBean(
MsgBoxType.RECORD, RecordBagMsg(
recordPanel.key, recordPanel.stat, recordPanel.id,
recordPanel.type, recordPanel.filename, recordPanel.note
recordPanel.type, recordPanel.filename, recordPanel.note,false
)
)
)

View File

@@ -529,6 +529,7 @@ class PassiveBadCaseWindow constructor(activity: Activity) : View.OnTouchListene
recordFileName = recordBagMsg.fileName
receiveTime = msgBoxBean.timestamp.toString()
stat = recordBagMsg.stat.toString()
recordBagMsg.isShow = true
}
fun setClickListener(clickListener: ClickListener) {