优化代码

This commit is contained in:
2022-02-03 21:27:18 +08:00
parent 963933f168
commit 8a31373ebd

View File

@@ -309,11 +309,8 @@ class HookMain : IXposedHookLoadPackage {
outlineProvider = object : ViewOutlineProvider() {
override fun getOutline(view: View, out: Outline) {
out.setRoundRect(
0,
0,
view.width,
view.height,
5.dp(context)
0, 0,
view.width, view.height, 5.dp(context)
)
}
}