mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Change [ ] to → in account notifications
This commit is contained in:
parent
02845f988b
commit
b8cff5b072
1 changed files with 1 additions and 1 deletions
|
|
@ -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)"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue