Skip to content

Commit

Permalink
fix(DI): Missing type in shareExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye committed Aug 22, 2023
1 parent a788eb5 commit 37a87ed
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import Foundation
import InfomaniakCore
import InfomaniakCoreUI
import InfomaniakDI
import InfomaniakLogin
import InfomaniakNotifications
Expand Down Expand Up @@ -84,6 +85,9 @@ enum NotificationServiceAssembly {
Factory(type: TokenStore.self) { _, _ in
TokenStore()
},
Factory(type: IKSnackBarAvoider.self) { _, _ in
IKSnackBarAvoider()
}
]

factories.registerFactoriesInDI()
Expand Down

0 comments on commit 37a87ed

Please sign in to comment.