Skip to content

Commit

Permalink
fix: Fix build broken on APIV3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye committed Jul 2, 2024
1 parent ec790cd commit 3b0b796
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion kDrive/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {

private var reachabilityListener: ReachabilityListener!

@LazyInjectService private var appNavigable: AppNavigable

@LazyInjectService var infomaniakLogin: InfomaniakLogin
@LazyInjectService var notificationHelper: NotificationsHelpable
@LazyInjectService var accountManager: AccountManageable
@LazyInjectService var backgroundTasksService: BackgroundTasksServiceable
@LazyInjectService var appRestorationService: AppRestorationServiceable
@LazyInjectService private var appNavigable: AppNavigable
@LazyInjectService var backgroundDownloadSessionManager: BackgroundDownloadSessionManager
@LazyInjectService var backgroundUploadSessionManager: BackgroundUploadSessionManager

// MARK: - UIApplicationDelegate

Expand Down
2 changes: 1 addition & 1 deletion kDrive/AppRouter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ public struct AppRouter: AppNavigable {
@LazyInjectService private var keychainHelper: KeychainHelper
@LazyInjectService private var reviewManager: ReviewManageable
@LazyInjectService private var availableOfflineManager: AvailableOfflineManageable
@LazyInjectService private var backgroundUploadSessionManager: BackgroundUploadSessionManager
@LazyInjectService private var accountManager: AccountManageable
@LazyInjectService private var backgroundUploadSessionManager: BackgroundUploadSessionManager

/// Get the current window from the app scene
@MainActor private var window: UIWindow? {
Expand Down

0 comments on commit 3b0b796

Please sign in to comment.