This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
0 deletions.
-
+2
−0
Cliqz/HomePanel/CliqzHomePanelViewController.swift
|
|
@@ -174,6 +174,8 @@ extension CliqzHomePanelViewController: HomePanelDelegate { |
|
|
} |
|
|
|
|
|
func homePanel(_ homePanel: HomePanel, didSelectURL url: URL, visitType: VisitType) { |
|
|
// HomePanelViewController does not override init. So initializing it is light. |
|
|
// Also, it is not used in the delegate, so passing the "right" value is not important |
|
|
delegate?.homePanelViewController(HomePanelViewController(), didSelectURL: url, visitType: visitType) |
|
|
dismiss(animated: true, completion: nil) |
|
|
} |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.