Skip to content

Commit

Permalink
Change behaviour of Custom App ID
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteCoder06 committed Oct 21, 2024
1 parent 9d5ce75 commit 9f7c4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/add_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ class AddAppPageState extends State<AddAppPage> {
});
}
}),
if (pickedSource != null)
if (pickedSource != null && pickedSource!.enforceTrackOnly)
GeneratedForm(
key: Key(
'${pickedSource.runtimeType.toString()}-${pickedSource?.hostChanged.toString()}-${pickedSource?.hostIdenticalDespiteAnyChange.toString()}-appId'),
Expand Down

0 comments on commit 9f7c4e2

Please sign in to comment.