Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Dec 20, 2024
1 parent 49c69b7 commit 82ee613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/AppLifecycle/AppStateTransitions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ extension DoubleBackground {
case .suspending(let application):
return Inactive(application: application)
case .backgrounding(let application):
return DoubleBackground(previousDidEnterBackgroundTimestamp: firstTimeBackgroundTimestamp, counter: counter)
return DoubleBackground(previousDidEnterBackgroundTimestamp: currentDidEnterBackgroundTimestamp, counter: counter)
case .launching, .openURL:
return self
}
Expand Down

0 comments on commit 82ee613

Please sign in to comment.