mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 02:04:18 +01:00
downloads router page bugfix
This commit is contained in:
@@ -227,7 +227,7 @@ class _WebViewComponent extends State<WebViewComponent>
|
||||
},
|
||||
onDownloadStartRequest: (InAppWebViewController controller,
|
||||
DownloadStartRequest downloadStartRequest) {
|
||||
String downloadUrl = downloadStartRequest.url.path;
|
||||
String downloadUrl = downloadStartRequest.url.toString();
|
||||
DownloadTaskDialog.show(context, downloadUrl);
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user