diff --git a/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt b/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt index d7a867b..22b3369 100644 --- a/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt +++ b/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt @@ -343,7 +343,7 @@ object SystemUIHooker : YukiBaseHooker() { } } if (isGrayscaleIcon.not() && ConfigData.isEnableNotifyIconFixPlaceholder) - customPair = Triple(context.resources.drawableOf(R.drawable.ic_unsupported), 0, true) + customPair = Triple(context.resources.drawableOf(R.drawable.ic_message), 0, true) } return customPair ?: Triple(null, 0, false) } diff --git a/app/src/main/res/drawable/ic_message.xml b/app/src/main/res/drawable/ic_message.xml new file mode 100644 index 0000000..cbfe4a0 --- /dev/null +++ b/app/src/main/res/drawable/ic_message.xml @@ -0,0 +1,10 @@ + + + \ No newline at end of file