From 9f7c4e23d5406b70b00e56d317edec02d4b508f7 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Mon, 21 Oct 2024 21:52:40 +0530 Subject: [PATCH] Change behaviour of Custom App ID --- lib/pages/add_app.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/add_app.dart b/lib/pages/add_app.dart index 546377e..851c0b7 100644 --- a/lib/pages/add_app.dart +++ b/lib/pages/add_app.dart @@ -538,7 +538,7 @@ class AddAppPageState extends State { }); } }), - if (pickedSource != null) + if (pickedSource != null && pickedSource!.enforceTrackOnly) GeneratedForm( key: Key( '${pickedSource.runtimeType.toString()}-${pickedSource?.hostChanged.toString()}-${pickedSource?.hostIdenticalDespiteAnyChange.toString()}-appId'),