[6.6.0]修改一键上传后未清空本地选择列表问题

This commit is contained in:
xuxinchao
2024-09-03 15:33:32 +08:00
parent 3ee659a7be
commit 4fbd2efc45

View File

@@ -212,6 +212,7 @@ class TakeOverRecordView @JvmOverloads constructor(
CallerTakeOverManager.updateRecord(context,it)
takeOverListAdapter?.notifyRecordItemChanged(it)
}
selectedUploadRecord.clear()
}
}