Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
yuzhilin
2024-04-29 18:55:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3ef2006433559483566e9e58eb02a8fa3caae548
3ef20064
1 parent
c9b345eb
专题页退出沉浸式
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
sight_harmony/products/phone/src/main/ets/pages/SpacialTopicPage.ets
sight_harmony/products/phone/src/main/ets/pages/SpacialTopicPage.ets
View file @
3ef2006
...
...
@@ -39,11 +39,13 @@ struct SpacialTopicPage {
}
onPageShow() {
WindowModel.shared.setWindowLayoutFullScreen(true)
Logger.info(TAG, 'onPageShow');
}
onPageHide() {
Logger.info(TAG, 'onPageHide');
WindowModel.shared.setWindowLayoutFullScreen(false)
}
onBackPress() {
...
...
Please
register
or
login
to post a comment