mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-23 07:00:09 +00:00
update feature/timeline/src/main/ets/view/TimelinePage.ets.
Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
parent
57226cc1a2
commit
757fd56087
@ -832,7 +832,7 @@ export struct TimelinePage {
|
||||
|
||||
private async addOperation(albumName: string, albumUri: string) {
|
||||
let menuContext = new MenuContext();
|
||||
let onCopyStartFunc = (): void => this.onCopyStart();
|
||||
let onCopyStartFunc = (): void => this.onCopyStart();
|
||||
if (this.isMvOrCpSeparatesItem) {
|
||||
menuContext.withMediaItem(this.mvOrCpSeparatesItem as MediaItem);
|
||||
this.onCopyStart && this.onCopyStart();
|
||||
|
Loading…
Reference in New Issue
Block a user