We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079b737 commit ad814e0Copy full SHA for ad814e0
1 file changed
pushextension/NotificationService.swift
@@ -34,7 +34,7 @@ class NotificationService: UNNotificationServiceExtension {
34
if let bestAttemptContent = bestAttemptContent {
35
if (change) {
36
print("noti:actually changing")
37
- bestAttemptContent.title = "connecting ... " + String(lastTs)
+ bestAttemptContent.title = "connecting ... ts=\(lastTs)"
38
}
39
contentHandler(bestAttemptContent)
40
0 commit comments