Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'url_domain_handler_support' into 'master'
[lipstick] Use also domain handlers for app opening. Contributes to JB#44657

See merge request mer-core/lipstick!177
  • Loading branch information
pvuorela committed Feb 24, 2021
2 parents 58be4ce + 929faf4 commit b1572fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/lipstick-qt5.spec
Expand Up @@ -5,7 +5,7 @@ Name: lipstick-qt5
%define icondirectory %{_datadir}/icons/hicolor/86x86/apps

Summary: QML toolkit for homescreen creation
Version: 0.34.7
Version: 0.34.47
Release: 1
License: LGPLv2
URL: http://github.com/nemomobile/lipstick
Expand Down
2 changes: 1 addition & 1 deletion src/compositor/lipstickcompositor.cpp
Expand Up @@ -220,7 +220,7 @@ bool LipstickCompositor::openUrl(const QUrl &url)
defaultAction,
isFile
? ContentAction::Action::actionsForFile(url)
: ContentAction::Action::actionsForScheme(url.toString()));
: ContentAction::Action::actionsForUrl(url.toString()));
return true;
} else if (defaultAction.isValid()) {
defaultAction.trigger();
Expand Down

0 comments on commit b1572fd

Please sign in to comment.