Showing
1 changed file
with
3 additions
and
2 deletions
| @@ -328,9 +328,10 @@ export struct PlayerFullScreenView { | @@ -328,9 +328,10 @@ export struct PlayerFullScreenView { | ||
| 328 | if (this.showOperator == false) { | 328 | if (this.showOperator == false) { |
| 329 | this.restartTimer(); | 329 | this.restartTimer(); |
| 330 | } else { | 330 | } else { |
| 331 | - if (this.isTouched) { | 331 | + // if (this.isTouched) { |
| 332 | this.showOperator = false | 332 | this.showOperator = false |
| 333 | - } | 333 | + // } |
| 334 | + // this.restartTimer(); | ||
| 334 | } | 335 | } |
| 335 | } | 336 | } |
| 336 | } | 337 | } |
-
Please register or login to post a comment