Showing
1 changed file
with
1 additions
and
1 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.icon_listen") : $r("app.media.icon_listen")) | 293 | + Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.icon_voice_playing") : $r("app.media.icon_listen")) |
| 294 | .width(24) | 294 | .width(24) |
| 295 | .height(24) | 295 | .height(24) |
| 296 | .aspectRatio(1) | 296 | .aspectRatio(1) |
-
Please register or login to post a comment