Change [ ] to → in account notifications

This commit is contained in:
Peter 2019-02-20 01:31:27 +03:00
parent 02845f988b
commit b8cff5b072

View File

@ -196,7 +196,7 @@ class NotificationService: UNNotificationServiceExtension {
if accountInfos.accounts.count > 1 {
if let title = self.bestAttemptContent?.title, !title.isEmpty, !account.peerName.isEmpty {
self.bestAttemptContent?.title = "\(title) [\(account.peerName)]"
self.bestAttemptContent?.title = "\(title) \(account.peerName)"
}
}