[6.6.0]调整接管记录列表删除item列表刷新方式
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
//获取接管记录列表
|
||||
|
||||
Reference in New Issue
Block a user