Showing
3 changed files
with
2 additions
and
2 deletions
| @@ -290,7 +290,7 @@ export struct OperRowListView { | @@ -290,7 +290,7 @@ export struct OperRowListView { | ||
| 290 | @Builder | 290 | @Builder |
| 291 | builderListen() { | 291 | builderListen() { |
| 292 | Column() { | 292 | Column() { |
| 293 | - Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.ic_voice_playing") : $r("app.media.icon_listen")) | 293 | + Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.icon_listen") : $r("app.media.icon_listen")) |
| 294 | .width(24) | 294 | .width(24) |
| 295 | .height(24) | 295 | .height(24) |
| 296 | .aspectRatio(1) | 296 | .aspectRatio(1) |
| @@ -163,7 +163,7 @@ struct Index { | @@ -163,7 +163,7 @@ struct Index { | ||
| 163 | path: "lottie/audio_animation_playing.json", | 163 | path: "lottie/audio_animation_playing.json", |
| 164 | lottieWidth: 24, | 164 | lottieWidth: 24, |
| 165 | lottieHeight: 24, | 165 | lottieHeight: 24, |
| 166 | - autoplay: true, | 166 | + autoplay: false, |
| 167 | loop: true | 167 | loop: true |
| 168 | }) | 168 | }) |
| 169 | } | 169 | } |
-
Please register or login to post a comment