Bugfix for F-Droid URL parsing

This commit is contained in:
Imran Remtulla
2022-09-29 10:15:57 -04:00
parent af033f42cb
commit b8bb8d1f4b
3 changed files with 12 additions and 6 deletions

View File

@ -52,7 +52,7 @@ class _AddAppPageState extends State<AddAppPage> {
sourceProvider
.getSource(value ?? '')
.standardizeURL(
makeUrlHttps(
preStandardizeUrl(
value ?? ''));
} catch (e) {
return e is String