mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
Remove warnings
This commit is contained in:
@@ -568,7 +568,6 @@ class NotificationService: UNNotificationServiceExtension {
|
||||
|
||||
case .pollEnd:
|
||||
notificationTitle = self.messageTitle(for: eventSenderName, in: roomDisplayName)
|
||||
#warning("alfogrillo: TBC")
|
||||
notificationBody = VectorL10n.pollTimelineEndedText
|
||||
|
||||
default:
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user