Change behaviour of Custom App ID

This commit is contained in:
Praveen Kumar
2024-10-21 21:52:40 +05:30
parent 9d5ce75e27
commit 9f7c4e23d5

View File

@@ -538,7 +538,7 @@ class AddAppPageState extends State<AddAppPage> {
}); });
} }
}), }),
if (pickedSource != null) if (pickedSource != null && pickedSource!.enforceTrackOnly)
GeneratedForm( GeneratedForm(
key: Key( key: Key(
'${pickedSource.runtimeType.toString()}-${pickedSource?.hostChanged.toString()}-${pickedSource?.hostIdenticalDespiteAnyChange.toString()}-appId'), '${pickedSource.runtimeType.toString()}-${pickedSource?.hostChanged.toString()}-${pickedSource?.hostIdenticalDespiteAnyChange.toString()}-appId'),