Skip to content

Commit

Permalink
chore: Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinperignon committed Sep 11, 2024
1 parent a132e1b commit 97b6bb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Mail/Views/Bottom sheets/Actions/BlockSenderView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ struct BlockSenderView: View {
@LazyInjectService private var matomo: MatomoUtils

@Environment(\.dismiss) private var dismiss
@EnvironmentObject private var mailboxManager: MailboxManager

@State private var selectedRecipient: Recipient?
@State private var recipients = [Recipient]()
Expand Down Expand Up @@ -79,5 +78,4 @@ struct BlockSenderView: View {
origin: .floatingPanel(source: .threadList)
)
.accentColor(AccentColor.pink.primary.swiftUIColor)
.environmentObject(PreviewHelper.sampleMailboxManager)
}

0 comments on commit 97b6bb1

Please sign in to comment.