diff --git a/RiotNSE/NotificationService.swift b/RiotNSE/NotificationService.swift index 2ff305077..34cd416f3 100644 --- a/RiotNSE/NotificationService.swift +++ b/RiotNSE/NotificationService.swift @@ -568,7 +568,6 @@ class NotificationService: UNNotificationServiceExtension { case .pollEnd: notificationTitle = self.messageTitle(for: eventSenderName, in: roomDisplayName) - #warning("alfogrillo: TBC") notificationBody = VectorL10n.pollTimelineEndedText default: diff --git a/RiotSwiftUI/Modules/Room/TimelinePoll/View/TimelinePollView.swift b/RiotSwiftUI/Modules/Room/TimelinePoll/View/TimelinePollView.swift index 40af7e975..2109a0e8a 100644 --- a/RiotSwiftUI/Modules/Room/TimelinePoll/View/TimelinePollView.swift +++ b/RiotSwiftUI/Modules/Room/TimelinePoll/View/TimelinePollView.swift @@ -32,7 +32,6 @@ struct TimelinePollView: View { VStack(alignment: .leading, spacing: 16.0) { if poll.representsPollEndedEvent { - #warning("alfogrillo: TBC") Text(VectorL10n.pollTimelineEndedText) .font(theme.fonts.footnote) .foregroundColor(theme.colors.tertiaryContent)