mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-23 15:10:25 +00:00
update product/phone/src/main/ets/view/SelectPhotoBrowserView.ets.
Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
parent
6c2539b83f
commit
925a24a4d9
@ -257,7 +257,6 @@ export struct SelectPhotoBrowserView {
|
||||
Stack({ alignContent: Alignment.TopStart }) {
|
||||
PhotoBrowserBg({ isShowBar: $isShowBar })
|
||||
.opacity(this.geometryOpacity)
|
||||
// @ts-ignore
|
||||
.transition(TransitionEffect.opacity(0))
|
||||
PhotoSwiper({
|
||||
dataSource: this.dataSource,
|
||||
@ -277,7 +276,6 @@ export struct SelectPhotoBrowserView {
|
||||
totalSelectedCount: $selectedCount
|
||||
})
|
||||
.opacity(this.geometryOpacity)
|
||||
// @ts-ignore
|
||||
.transition(TransitionEffect.opacity(0))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user