F-Droid bugfixes (#73, #74, #75) + UI tweak

This commit is contained in:
Imran Remtulla
2022-10-29 22:57:21 -04:00
parent 27ee6b9e88
commit 9ef26b3a4a
5 changed files with 37 additions and 15 deletions

View File

@@ -154,7 +154,8 @@ class _AddAppPageState extends State<AddAppPage> {
child: const Text('Add'))
],
),
if (pickedSource != null)
if (pickedSource != null &&
pickedSource!.additionalDataDefaults.isNotEmpty)
Column(
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [