Remove warnings

This commit is contained in:
Alfonso Grillo
2023-01-04 15:02:51 +01:00
parent 69a85a40d2
commit 8eac6d053c
2 changed files with 0 additions and 2 deletions

View File

@@ -568,7 +568,6 @@ class NotificationService: UNNotificationServiceExtension {
case .pollEnd:
notificationTitle = self.messageTitle(for: eventSenderName, in: roomDisplayName)
#warning("alfogrillo: TBC")
notificationBody = VectorL10n.pollTimelineEndedText
default:

View File

@@ -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)