mirror of
https://github.com/openharmony/applications_photos.git
synced 2026-07-01 13:17:23 -04:00
update common/src/main/ets/default/access/UserFileManagerAccess.ts.
Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
@@ -627,6 +627,8 @@ export class UserFileManagerAccess {
|
||||
}
|
||||
|
||||
async prepareSystemAlbums(): Promise<void> {
|
||||
Log.info(TAG, `prepareSystemAlbums before :${UserFileManagerAccess.SYSTEM_BEFORE_USER_ALBUM_LIST.length},
|
||||
after :${UserFileManagerAccess.SYSTEM_AFTER_USER_ALBUM_LIST.length}`);
|
||||
if (!this.media) {
|
||||
Log.error(TAG, 'prepareSystemAlbums media resource is null!');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user