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

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

17
.idea/deploymentTargetDropDown.xml generated Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<runningDeviceTargetSelectedWithDropDown>
<Target>
<type value="RUNNING_DEVICE_TARGET" />
<deviceKey>
<Key>
<type value="SERIAL_NUMBER" />
<value value="958b47f4" />
</Key>
</deviceKey>
</Target>
</runningDeviceTargetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2022-03-01T13:00:44.614755Z" />
</component>
</project>

View File

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