Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed Onboarding for Cliqz
- Loading branch information
|
|
@@ -15,7 +15,7 @@ MOZ_INTERNAL_URL_ID = com.cliqz |
|
|
|
|
|
MOZ_INTERNAL_URL_SCHEME = cliqz |
|
|
|
|
|
LAUNCH_SCREEN = GhosteryLaunchScreen |
|
|
LAUNCH_SCREEN = CliqzLaunchScreen |
|
|
|
|
|
SHORTCUT_PRIVATE_TAB_TITLE = ShortcutItemTitleNewGhostTab |
|
|
|
|
|
|
|
|
@@ -2278,6 +2278,11 @@ extension BrowserViewController: UIAdaptivePresentationControllerDelegate { |
|
|
|
|
|
extension BrowserViewController: IntroViewControllerDelegate { |
|
|
@discardableResult func presentIntroViewController(_ force: Bool = false, animated: Bool = true) -> Bool { |
|
|
// Cliqz: Don't show onboarding for Cliqz for now |
|
|
#if CLIQZ |
|
|
return false |
|
|
#endif |
|
|
|
|
|
//Cliqz: This is temporary. We should remove this once we have an Intro. |
|
|
if let deeplink = self.profile.prefs.stringForKey("AdjustDeeplinkKey"), let url = URL(string: deeplink) { |
|
|
self.launchFxAFromDeeplinkURL(url) |
|
|
|