[Bug]: 【OpenHarmony】【RK3568】【手工预测试】【5/5必现】【图库】长按单个或多个图片、视频无法删除

Signed-off-by: chenzhang <chenzhang22@h-partners.com>
This commit is contained in:
chenzhang
2025-04-25 08:28:26 +00:00
committed by Gitee
parent 55e72d3362
commit 19df2ff078
@@ -107,7 +107,7 @@ export class BatchDeleteMenuOperation extends ProcessMenuOperation {
}
this.currentBatch++;
let startIndex: number = (this.currentBatch - 1) * this.BATCH_SIZE;
let endIndex: number = this.currentBatch * this.BATCH_SIZE;
let endIndex: number = this.currentBatch < this.totalBatches ? this.currentBatch * this.BATCH_SIZE : this.count;;
let batchUris: Array<string> = new Array();
for (let index = startIndex; index < endIndex; index++) {
batchUris.push(this.uris[index]);