Code review comment for lp:~stolowski/unity-lens-video/preview-on-lmb

Revision history for this message
Michal Hruby (mhr3) wrote :

14 + if (rawuri.has_prefix ("https://videosearch.ubuntu.com"))
15 + return new Unity.ActivationResponse (Unity.HandledType.SHOW_PREVIEW);

This won't work, both "Online" and "More suggestions" results use this prefix.

review: Needs Fixing

« Back to merge proposal