Skip to content

Commit

Permalink
Omit explicit value type for appInBackground.
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Masilotti <[email protected]>
  • Loading branch information
svara and joemasilotti authored Mar 4, 2024
1 parent a4fe210 commit f8c4678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Turbo Navigator/TurboNavigator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public class TurboNavigator {
/// A default delegate implementation if none is provided.
private let navigatorDelegate = DefaultTurboNavigatorDelegate()
private var backgroundTerminatedWebViewSessions = [Session]()
private var appInBackground: Bool = false
private var appInBackground = false

private func controller(for proposal: VisitProposal) -> UIViewController? {
switch delegate.handle(proposal: proposal) {
Expand Down

0 comments on commit f8c4678

Please sign in to comment.