Showing
1 changed file
with
5 additions
and
0 deletions
| @@ -168,6 +168,11 @@ export struct MorningEveningPaperComponent { | @@ -168,6 +168,11 @@ export struct MorningEveningPaperComponent { | ||
| 168 | } | 168 | } |
| 169 | } | 169 | } |
| 170 | 170 | ||
| 171 | + async aboutToDisappear() { | ||
| 172 | + let windowHight: window.Window = await window.getLastWindow(getContext(this)); | ||
| 173 | + await windowHight.setWindowLayoutFullScreen(false); | ||
| 174 | + } | ||
| 175 | + | ||
| 171 | onPageHide() { | 176 | onPageHide() { |
| 172 | this.status = PlayerConstants.STATUS_PAUSE; | 177 | this.status = PlayerConstants.STATUS_PAUSE; |
| 173 | this.playerController?.pause(); | 178 | this.playerController?.pause(); |
-
Please register or login to post a comment