Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Removed Onboarding for Cliqz

  • Loading branch information
naira-cliqz authored and pavel-cliqz committed Jun 18, 2019
1 parent bcaead3 commit 6359c62e9b3398f54b145db5e7c6efb1dd954303
Showing with 6 additions and 1 deletion.
  1. +1 −1 Client/Configuration/Cliqz.xcconfig
  2. +5 −0 Client/Frontend/Browser/BrowserViewController.swift
@@ -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)

0 comments on commit 6359c62

Please sign in to comment.