diff --git a/features/albumView/src/main/ets/views/AlbumView.ets b/features/albumView/src/main/ets/views/AlbumView.ets index e29ae7c42041b23cc5db9aa306596b3fbcb0595c..c751d05cfe9e74f2c2f6c0047025cce765339790 100644 --- a/features/albumView/src/main/ets/views/AlbumView.ets +++ b/features/albumView/src/main/ets/views/AlbumView.ets @@ -75,7 +75,7 @@ export struct AlbumView { down() { if (!this.timeOutDownDemo) { this.timeOutDownDemo = setTimeout(() => { - animateTo({ + this.getUIContext().animateTo({ duration: ANIMATE_TIME }, () => { if (this.gridColumn < MAX_GRID_COLUMN) {