去除圆角修复后的强制设置图标

This commit is contained in:
2022-03-01 21:02:49 +08:00
parent 3c07fb40d5
commit 2b2da7bdb5
2 changed files with 17 additions and 1 deletions

View File

@@ -258,7 +258,6 @@ class HookEntry : YukiHookXposedInitProxy {
}
}
else -> iconView.apply {
setImageDrawable(drawable)
setPadding(0, 0, 0, 0)
background = null
colorFilter = null