update feature/thirdselect/src/main/ets/default/view/ThirdSelectPhotoBrowserBase.ets.

Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
liujuan 2023-11-21 09:06:31 +00:00 committed by Gitee
parent 0f17d922f6
commit be767dfc47
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -412,7 +412,7 @@ export struct ThirdSelectPhotoBrowserBase {
}
private onBackPressInner(): void {
let timelineIndex = this.dataSource.getPositionByIndex(this.currentIndex) as number;
this.browserController.hideBrowser();
}
private jumpBrowserCallback(name: string, item: MediaItem, isSelectMode = false) {