mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
Remove warnings
This commit is contained in:
@@ -568,7 +568,6 @@ class NotificationService: UNNotificationServiceExtension {
|
|||||||
|
|
||||||
case .pollEnd:
|
case .pollEnd:
|
||||||
notificationTitle = self.messageTitle(for: eventSenderName, in: roomDisplayName)
|
notificationTitle = self.messageTitle(for: eventSenderName, in: roomDisplayName)
|
||||||
#warning("alfogrillo: TBC")
|
|
||||||
notificationBody = VectorL10n.pollTimelineEndedText
|
notificationBody = VectorL10n.pollTimelineEndedText
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ struct TimelinePollView: View {
|
|||||||
|
|
||||||
VStack(alignment: .leading, spacing: 16.0) {
|
VStack(alignment: .leading, spacing: 16.0) {
|
||||||
if poll.representsPollEndedEvent {
|
if poll.representsPollEndedEvent {
|
||||||
#warning("alfogrillo: TBC")
|
|
||||||
Text(VectorL10n.pollTimelineEndedText)
|
Text(VectorL10n.pollTimelineEndedText)
|
||||||
.font(theme.fonts.footnote)
|
.font(theme.fonts.footnote)
|
||||||
.foregroundColor(theme.colors.tertiaryContent)
|
.foregroundColor(theme.colors.tertiaryContent)
|
||||||
|
|||||||
Reference in New Issue
Block a user