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

This commit is contained in:
2022-03-01 21:02:49 +08:00
parent c01f639463
commit 8e89d15639
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