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

fixed compilation error for Fennec

  • Loading branch information
mahmoud-adam85 committed Apr 2, 2019
1 parent a97cea1 commit 1281eccefabd4741f58ad0f627fe1b6203c29563
Showing with 2 additions and 1 deletion.
  1. +2 −1 Cliqz/Extensions/BrowserViewController/Privacy.swift
@@ -38,13 +38,14 @@ class OrientationManager {
}
}
}
#if PAID
extension BrowserViewController: VPNViewControllerDelegate{
func vpnOpenURLInNewTab(_ url: URL) {
self.hidePrivacyPanel()
self.openURLInNewTab(url, isPrivileged: false)
}
}

#endif
extension BrowserViewController {
func showVpnPanel() {
hideControlCenter()

0 comments on commit 1281ecc

Please sign in to comment.