[状态栏]优化状态栏隐藏逻辑

This commit is contained in:
renwj
2022-08-10 10:36:36 +08:00
parent 8a520fa762
commit 3ffd8afa38
5 changed files with 11 additions and 9 deletions

View File

@@ -1214,7 +1214,7 @@ import java.util.*
}
override fun showSmallFragment() {
CallerDevaToolsManager.hideStatusBar(statusBarContainer)
CallerDevaToolsManager.hideStatusBar()
// 加载全览模式图层
val fragmentOverview = ARouter.getInstance().build(MoGoFragmentPaths.PATH_FRAGMENT_OVERVIEW)
.navigation() as BaseFragment