Skip to content

Commit d50ff79

Browse files
author
Chenhe
committed
修复空间动态通知标题错误
fix #11
1 parent 1409e16 commit d50ff79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/cc/chenhe/qqnotifyevo/core/NotificationProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ abstract class NotificationProcessor(context: Context) {
260260
} else {
261261
// 与我相关的动态
262262
avatarManager.saveAvatar(CONVERSATION_NAME_QZONE.hashCode(), getNotifyLargeIcon(context, original))
263-
conversation = addMessage(tag, qzoneSpecialTitle, content, null,
263+
conversation = addMessage(tag, context.getString(R.string.notify_qzone_title), content, null,
264264
avatarManager.getAvatar(CONVERSATION_NAME_QZONE.hashCode()), original.contentIntent,
265265
original.deleteIntent, false)
266266
deleteOldMessage(conversation, num)

0 commit comments

Comments
 (0)