update feature/timeline/src/main/ets/view/TimelinePage.ets.

Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
liujuan 2024-05-28 08:25:33 +00:00 committed by Gitee
parent 57226cc1a2
commit 757fd56087
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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();