Skip to content

Commit

Permalink
fix: Remove useless snackbarPresenter
Browse files Browse the repository at this point in the history
  • Loading branch information
charlella committed Feb 26, 2024
1 parent 4743d4f commit c711b9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MailCore/Cache/AccountManager/AccountManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public final class AccountManager: RefreshTokenDelegate, ObservableObject {
@LazyInjectService var matomo: MatomoUtils
@LazyInjectService var mailboxInfosManager: MailboxInfosManager
@LazyInjectService var featureFlagsManager: FeatureFlagsManageable
@InjectService var snackbarPresenter: SnackBarPresentable

private static let appIdentifierPrefix = Bundle.main.infoDictionary!["AppIdentifierPrefix"] as! String
private static let group = "com.infomaniak.mail"
Expand Down

0 comments on commit c711b9a

Please sign in to comment.