mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-07 03:05:51 +08:00
修复通知栏单色图标颜色不显示的问题,增加 MIPUSH 单色颜色填充图标优化改进
This commit is contained in:
@@ -224,7 +224,7 @@ class HookEntry : YukiHookXposedInitProxy {
|
|||||||
/** 是否有通知栏图标颜色 */
|
/** 是否有通知栏图标颜色 */
|
||||||
val hasIconColor = iconColor != 0
|
val hasIconColor = iconColor != 0
|
||||||
|
|
||||||
/** 通知图标适配颜色颜色 */
|
/** 通知图标适配颜色 */
|
||||||
val supportColor = iconColor.let {
|
val supportColor = iconColor.let {
|
||||||
when {
|
when {
|
||||||
isUpperOfAndroidS -> newStyle
|
isUpperOfAndroidS -> newStyle
|
||||||
|
Reference in New Issue
Block a user