Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -151,7 +151,7 @@ struct Index { | @@ -151,7 +151,7 @@ struct Index { | ||
| 151 | TapGesture() | 151 | TapGesture() |
| 152 | .onAction((event: GestureEvent) => { | 152 | .onAction((event: GestureEvent) => { |
| 153 | if (this.AudioSuspension.playerController) { | 153 | if (this.AudioSuspension.playerController) { |
| 154 | - this.AudioSuspension.playerController.get().switchPlayOrPause() | 154 | + this.AudioSuspension.playerController.get().pause() |
| 155 | this.AudioSuspension.minimize() | 155 | this.AudioSuspension.minimize() |
| 156 | } | 156 | } |
| 157 | })) | 157 | })) |
-
Please register or login to post a comment