|
|
@@ -1,6 +1,6 @@
|
|
|
import TitleBar from '../view/TitleBar'
|
|
|
import { router } from '@kit.ArkUI'
|
|
|
-import { FileUtil, LogUtil, PreferencesUtil, ToastUtil } from '@pura/harmony-utils'
|
|
|
+import { AppUtil, FileUtil, LogUtil, PreferencesUtil, ToastUtil } from '@pura/harmony-utils'
|
|
|
import lottie from '@ohos/lottie'
|
|
|
import { AnimationItem } from '@ohos/lottie'
|
|
|
import { MessageEvents, taskpool, worker } from '@kit.ArkTS'
|
|
|
@@ -131,7 +131,7 @@ export struct ScanFilePage{
|
|
|
Column(){
|
|
|
Line().width('100%').height('100%')
|
|
|
}
|
|
|
- .height(this.currentBreakpoint !== BreakpointTypeEnum.SM?0:CommonConstants.TOP_HEIGHT)
|
|
|
+ .height(this.currentBreakpoint !== BreakpointTypeEnum.SM?0:px2vp(AppUtil.getStatusBarHeight()))
|
|
|
.backgroundColor($r('app.color.title_bar_bg'))
|
|
|
.expandSafeArea([SafeAreaType.SYSTEM], [SafeAreaEdge.TOP])
|
|
|
TitleBar({ model: $titleBarModel })
|