[6.6.0]调整接管记录列表删除item列表刷新方式

This commit is contained in:
xuxinchao
2024-08-29 17:14:01 +08:00
parent 7821a5bc41
commit 9f12d87022

View File

@@ -147,9 +147,10 @@ class TakeOverRecordView @JvmOverloads constructor(
while (iterator.hasNext()){
val removeRecord = iterator.next()
CallerTakeOverManager.deleteRecord(context,removeRecord)
takeOverListAdapter?.notifyRecordItemRemoved(removeRecord)
// takeOverListAdapter?.notifyRecordItemRemoved(removeRecord)
iterator.remove()
}
refreshList()
}
}
//获取接管记录列表