Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
OrlaM committed Nov 26, 2024
1 parent daa3853 commit da2f042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firefox-ios/Client/Application/AppLaunchUtil.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class AppLaunchUtil {

func setUpPostLaunchDependencies() {
DefaultBrowserUtil().processUserDefaultState(isFirstRun: introScreenManager.shouldShowIntroScreen)

let persistedCurrentVersion = InstallType.persistedCurrentVersion()
// upgrade install - Intro screen shown & persisted current version does not match
if !introScreenManager.shouldShowIntroScreen && persistedCurrentVersion != AppInfo.appVersion {
Expand Down
2 changes: 1 addition & 1 deletion firefox-ios/Shared/Prefs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public struct PrefsKeys {
public static let KeySecondRun = "SecondRun"
public static let KeyAutofillCreditCardStatus = "KeyAutofillCreditCardStatus"
public static let KeyAutofillAddressStatus = "KeyAutofillAddressStatus"

// Only set if we get an actual response, no assumptions, nil otherwise
public static let AppleConfirmedUserIsDefaultBrowser = "AppleConfirmedUserIsDefaultBrowser"

Expand Down

0 comments on commit da2f042

Please sign in to comment.