diff --git a/features/albumView/src/main/ets/views/AlbumView.ets b/features/albumView/src/main/ets/views/AlbumView.ets index 30fd4eb7f940588c88ca194a442833fad707533c..e29ae7c42041b23cc5db9aa306596b3fbcb0595c 100644 --- a/features/albumView/src/main/ets/views/AlbumView.ets +++ b/features/albumView/src/main/ets/views/AlbumView.ets @@ -55,7 +55,7 @@ export struct AlbumView { up() { if (!this.timeOutUpDemo) { this.timeOutUpDemo = setTimeout(() => { - animateTo({ + this.getUIContext().animateTo({ duration: ANIMATE_TIME }, () => { if (this.gridColumn > MIN_GRID_COLUMN) {