diff --git a/app/src/main/java/com/fankes/coloros/notify/hook/entity/SystemUIHooker.kt b/app/src/main/java/com/fankes/coloros/notify/hook/entity/SystemUIHooker.kt index a3d4980..52eac7d 100644 --- a/app/src/main/java/com/fankes/coloros/notify/hook/entity/SystemUIHooker.kt +++ b/app/src/main/java/com/fankes/coloros/notify/hook/entity/SystemUIHooker.kt @@ -369,7 +369,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