mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-25 09:32:46 +00:00
Change [ ] to → in account notifications
This commit is contained in:
parent
02845f988b
commit
b8cff5b072
@ -196,7 +196,7 @@ class NotificationService: UNNotificationServiceExtension {
|
|||||||
|
|
||||||
if accountInfos.accounts.count > 1 {
|
if accountInfos.accounts.count > 1 {
|
||||||
if let title = self.bestAttemptContent?.title, !title.isEmpty, !account.peerName.isEmpty {
|
if let title = self.bestAttemptContent?.title, !title.isEmpty, !account.peerName.isEmpty {
|
||||||
self.bestAttemptContent?.title = "\(title) [\(account.peerName)]"
|
self.bestAttemptContent?.title = "\(title) → \(account.peerName)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user