mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-23 07:00:09 +00:00
!603 【5.0-Release】appfrezee挑单5.0分支
Merge pull request !603 from liujuan/OpenHarmony-5.0-Release
This commit is contained in:
commit
49a4b82b21
@ -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;
|
||||
|
@ -546,6 +546,7 @@ export struct PhotoItem {
|
||||
)
|
||||
.clip(true)
|
||||
.onTouch((event?: TouchEvent) => {
|
||||
Log.info(TAG, 'onTouch start');
|
||||
this.dealTouchEvent(event as TouchEvent);
|
||||
this.eventPipeline?.onTouch(event as TouchEvent);
|
||||
})
|
||||
|
@ -2,6 +2,7 @@
|
||||
"forms": [
|
||||
{
|
||||
"name": "widget",
|
||||
"displayName": "$string:form_FormAbility_label",
|
||||
"description": "$string:form_FormAbility_label",
|
||||
"src": "./js/widget/pages/index/index",
|
||||
"window": {
|
||||
@ -22,6 +23,7 @@
|
||||
},
|
||||
{
|
||||
"name": "widget1",
|
||||
"displayName": "$string:form_FormAbility_label",
|
||||
"description": "$string:form_FormAbility_label",
|
||||
"src": "./js/widget1/pages/index/index",
|
||||
"window": {
|
||||
@ -42,6 +44,7 @@
|
||||
},
|
||||
{
|
||||
"name": "widget2",
|
||||
"displayName": "$string:form_FormAbility_label",
|
||||
"description": "$string:form_FormAbility_label",
|
||||
"src": "./js/widget2/pages/index/index",
|
||||
"window": {
|
||||
|
@ -2,6 +2,7 @@
|
||||
"forms": [
|
||||
{
|
||||
"name": "widget",
|
||||
"displayName": "$string:form_FormAbility_label",
|
||||
"description": "$string:form_FormAbility_label",
|
||||
"src": "./js/widget/pages/index/index",
|
||||
"window": {
|
||||
@ -22,6 +23,7 @@
|
||||
},
|
||||
{
|
||||
"name": "widget1",
|
||||
"displayName": "$string:form_FormAbility_label",
|
||||
"description": "$string:form_FormAbility_label",
|
||||
"src": "./js/widget1/pages/index/index",
|
||||
"window": {
|
||||
@ -42,6 +44,7 @@
|
||||
},
|
||||
{
|
||||
"name": "widget2",
|
||||
"displayName": "$string:form_FormAbility_label",
|
||||
"description": "$string:form_FormAbility_label",
|
||||
"src": "./js/widget2/pages/index/index",
|
||||
"window": {
|
||||
|
Loading…
Reference in New Issue
Block a user