diff --git a/lib/pages/add_app.dart b/lib/pages/add_app.dart index 4b361c64..3871c2de 100644 --- a/lib/pages/add_app.dart +++ b/lib/pages/add_app.dart @@ -834,8 +834,10 @@ class AddAppPageState extends State { appsProvider, doingSomething, ), - if (pickedSource == null && userInput.isEmpty) + if (pickedSource == null && userInput.isEmpty) ...[ + if (_shouldShowSearchBar()) const SizedBox(height: 16), const ImportSection(), + ], if (pickedSource != null) FutureBuilder( future: pickedSource?.getSourceNote(),