mirror of
https://github.com/ImranR98/Obtainium.git
synced 2026-07-30 17:06:26 -04:00
Add a gap between the search bar and import section on the Add App page
This commit is contained in:
@@ -834,8 +834,10 @@ class AddAppPageState extends State<AddAppPage> {
|
||||
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(),
|
||||
|
||||
Reference in New Issue
Block a user