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