update feature/thirdselect/src/main/ets/default/common/SmartPickerConstants.ts.

Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
liujuan 2024-02-18 07:32:49 +00:00 committed by Gitee
parent 18aa848486
commit 0dcff7d5df
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -71,5 +71,6 @@ export default class SmartPickerConstants {
photoAccessHelper.PhotoKeys.HIDDEN.toString(),
photoAccessHelper.PhotoKeys.SIZE.toString()
];
static readonly PICKER_INIT_DATA_FIRST_QUERY_FINISH: string = 'picker_init_data_first_query_finish';
}