Refactor ConnectionManager and DeviceInfoManager
This commit is contained in:
@ -36,7 +36,7 @@ class Panel {
|
||||
)
|
||||
);
|
||||
} else {
|
||||
String url = "${Connection().httpWebHost}/$urlPath";
|
||||
String url = "${ConnectionManager().httpWebHost}/$urlPath";
|
||||
Logger.d("Launching custom tab with $url");
|
||||
HAUtils.launchURLInCustomTab(context: context, url: url);
|
||||
}
|
||||
|
Reference in New Issue
Block a user