Skip to content

Commit

Permalink
chore: PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye committed Nov 22, 2024
1 parent 4f1d8ad commit 2e0a730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwissTransfer/Sources/SwissTransferApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ struct SwissTransferApp: App {
private let sentryService = SentryService()
private let dependencyInjectionHook = TargetAssembly()

@StateObject private var appSettings: FlowObserver<AppSettings>
@Environment(\.colorScheme) private var colorScheme

@Environment(\.colorScheme) var colorScheme
@StateObject private var appSettings: FlowObserver<AppSettings>

private var savedColorScheme: ColorScheme? {
guard let appSettings = appSettings.value,
Expand Down

0 comments on commit 2e0a730

Please sign in to comment.