[6.6.0]接管记录页面UI屏幕适配

This commit is contained in:
xuxinchao
2024-09-03 20:46:33 +08:00
parent 00a8ab315a
commit 0ce80f989a

View File

@@ -130,7 +130,7 @@ fun Context.enqueuePop(content: View, width: Int, height: Int, key: String = "",
}
override fun show() {
pop.showAtLocation(activity.window.decorView, gravity, startX, if (isImmersiveMode) 0 else BarUtils.getStatusBarHeight() + startY)
pop.showAtLocation(activity.window.decorView, gravity, startX, startY)
}
override fun isOverride(): Boolean = isOverride
}