[6.6.0][FSM] fix: FSM 弹框不获取焦点;

This commit is contained in:
aibingbing
2024-09-09 15:06:00 +08:00
parent af5137fb90
commit 71335f999f

View File

@@ -48,7 +48,7 @@ class FSMStatusDetailWindowManager private constructor() {
offsetY = AutoSizeUtils.dp2px(context, 112f),
offsetX = AutoSizeUtils.dp2px(context, (214f) * -1L)
)
.setImmersionStatusBar(true)
.setImmersionStatusBar(false)
.slideDel(false)
.setWindowHeight(WindowManager.LayoutParams.WRAP_CONTENT)
.setWindowWidth(AutoSizeUtils.dp2px(context, 538f))