F-Droid repo search bugfix (#1681)

This commit is contained in:
Imran Remtulla
2024-06-28 21:28:02 -04:00
parent 2938cea419
commit 105e70a814
3 changed files with 26 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ class AddAppPageState extends State<AddAppPage> {
if (pickedSource.runtimeType != source.runtimeType ||
(prevHost != null && prevHost != source?.hosts[0])) {
pickedSource = source;
pickedSource?.runOnAddAppInputChange(userInput);
additionalSettings = source != null
? getDefaultValuesFromFormItems(
source.combinedAppSpecificSettingFormItems)