mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 21:30:16 +02:00
Fix broken thrid-party f-droid search (#1094)
This commit is contained in:
@@ -214,7 +214,8 @@ class _ImportExportPageState extends State<ImportExportPage> {
|
||||
);
|
||||
});
|
||||
if (selectedUrls != null && selectedUrls.isNotEmpty) {
|
||||
var errors = await appsProvider.addAppsByURL(selectedUrls);
|
||||
var errors = await appsProvider.addAppsByURL(selectedUrls,
|
||||
sourceOverride: source);
|
||||
if (errors.isEmpty) {
|
||||
// ignore: use_build_context_synchronously
|
||||
showMessage(
|
||||
|
Reference in New Issue
Block a user