mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-16 06:36:44 +02:00
Bugfix for F-Droid URL parsing
This commit is contained in:
@ -52,7 +52,7 @@ class _AddAppPageState extends State<AddAppPage> {
|
||||
sourceProvider
|
||||
.getSource(value ?? '')
|
||||
.standardizeURL(
|
||||
makeUrlHttps(
|
||||
preStandardizeUrl(
|
||||
value ?? ''));
|
||||
} catch (e) {
|
||||
return e is String
|
||||
|
Reference in New Issue
Block a user