mirror of
https://github.com/openharmony/applications_photos.git
synced 2026-07-01 13:17:23 -04:00
@@ -483,7 +483,6 @@ export class MediaDataSource extends AbsDataSource {
|
||||
|
||||
for (let i = fromIndex; i < endIndex; i++) {
|
||||
this.items[i - this.activeStart] = mediaItems[i - start];
|
||||
Log.debug(TAG, `updateMediaData ${this.layoutIndexes[i]}, ${mediaItems[i - start].uri}, ${mediaItems[i - start].getTitle()}`);
|
||||
}
|
||||
|
||||
if (this.isCountChanged || this.isRefresh) {
|
||||
|
||||
Reference in New Issue
Block a user