mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 13:09:30 +02:00
UI bug
This commit is contained in:
@@ -506,12 +506,14 @@ class AddAppPageState extends State<AddAppPage> {
|
||||
context: context,
|
||||
builder: (context) {
|
||||
return GeneratedFormModal(
|
||||
singleNullReturnButton: tr('ok'),
|
||||
title: tr('supportedSources'),
|
||||
items: const [],
|
||||
additionalWidgets: [
|
||||
...sourceProvider.sources.map(
|
||||
(e) => Padding(
|
||||
padding: EdgeInsets.symmetric(vertical: 4),
|
||||
padding:
|
||||
const EdgeInsets.symmetric(vertical: 4),
|
||||
child: GestureDetector(
|
||||
onTap: e.hosts.isNotEmpty
|
||||
? () {
|
||||
|
Reference in New Issue
Block a user