Resolves #339 Authenticated webview for panels and config sections

This commit is contained in:
estevez-dev
2019-09-02 21:08:20 +03:00
parent 113cd29f74
commit 6663bcad72
7 changed files with 114 additions and 86 deletions

View File

@ -60,7 +60,7 @@ class EntityWrapper {
//TODO handle local urls
Logger.w("Local urls is not supported yet");
} else {
HAUtils.launchURL(uiAction.tapService);
Launcher.launchURL(uiAction.tapService);
}
break;
}
@ -100,7 +100,7 @@ class EntityWrapper {
//TODO handle local urls
Logger.w("Local urls is not supported yet");
} else {
HAUtils.launchURL(uiAction.holdService);
Launcher.launchURL(uiAction.holdService);
}
break;
}