chore: Follow up formatting
This commit is contained in:
parent
f526c56df4
commit
c11ab56b1f
1 changed files with 2 additions and 1 deletions
|
|
@ -86,7 +86,8 @@ class UrlLauncher {
|
|||
}).join('.');
|
||||
// Force LaunchMode.externalApplication, otherwise url_launcher will default
|
||||
// to opening links in a webview on mobile platforms.
|
||||
launchUrlString(uri.replace(host: newHost).toString(), mode: LaunchMode.externalApplication);
|
||||
launchUrlString(uri.replace(host: newHost).toString(),
|
||||
mode: LaunchMode.externalApplication);
|
||||
}
|
||||
|
||||
void openMatrixToUrl() async {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue