Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -379,6 +379,7 @@ export struct OperRowListView { | @@ -379,6 +379,7 @@ export struct OperRowListView { | ||
| 379 | TapGesture() | 379 | TapGesture() |
| 380 | .onAction((event: GestureEvent) => { | 380 | .onAction((event: GestureEvent) => { |
| 381 | this.AudioSuspension.setPlayerUrl(this.audioUrl, this.audioTitle) | 381 | this.AudioSuspension.setPlayerUrl(this.audioUrl, this.audioTitle) |
| 382 | + TrackingButton.click('suspendedWindow',this.PageName,this.PageName) | ||
| 382 | })) | 383 | })) |
| 383 | } | 384 | } |
| 384 | .height(36) | 385 | .height(36) |
-
Please register or login to post a comment