diff --git a/firefox-ios/Client/Application/AppLaunchUtil.swift b/firefox-ios/Client/Application/AppLaunchUtil.swift index 03f0c0ba48b7..a5fcf7f5745b 100644 --- a/firefox-ios/Client/Application/AppLaunchUtil.swift +++ b/firefox-ios/Client/Application/AppLaunchUtil.swift @@ -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 { diff --git a/firefox-ios/Shared/Prefs.swift b/firefox-ios/Shared/Prefs.swift index 11a9d6a3fd8c..23b5dcdc2765 100644 --- a/firefox-ios/Shared/Prefs.swift +++ b/firefox-ios/Shared/Prefs.swift @@ -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"