mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
修复加密推送 subtitle 不正确显示的问题。
This commit is contained in:
parent
3c78e11125
commit
98e201773c
@ -28,7 +28,7 @@ class CiphertextProcessor: NotificationContentProcessor {
|
||||
alert["title"] = title
|
||||
}
|
||||
if let subtitle = map["subtitle"] as? String {
|
||||
bestAttemptContent.title = subtitle
|
||||
bestAttemptContent.subtitle = subtitle
|
||||
alert["subtitle"] = subtitle
|
||||
}
|
||||
if let body = map["body"] as? String {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user