mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 05:00:21 +02:00
Increment versionCode (#1098) + ran 'dart fix'
This commit is contained in:
@@ -486,7 +486,7 @@ class _AddAppPageState extends State<AddAppPage> {
|
||||
: TextDecoration.none,
|
||||
fontStyle: FontStyle.italic),
|
||||
)))
|
||||
.toList()
|
||||
|
||||
]);
|
||||
|
||||
return Scaffold(
|
||||
|
@@ -503,7 +503,7 @@ class AppsPageState extends State<AppsPage> {
|
||||
.entries
|
||||
.map((e) =>
|
||||
((e.key / (listedApps[index].app.categories.length - 1))))
|
||||
.toList(),
|
||||
,
|
||||
1
|
||||
];
|
||||
if (stops.length == 2) {
|
||||
@@ -522,7 +522,7 @@ class AppsPageState extends State<AppsPage> {
|
||||
.map((e) =>
|
||||
Color(settingsProvider.categories[e] ?? transparent)
|
||||
.withAlpha(255))
|
||||
.toList(),
|
||||
,
|
||||
Color(transparent)
|
||||
])),
|
||||
child: ListTile(
|
||||
@@ -984,7 +984,7 @@ class AppsPageState extends State<AppsPage> {
|
||||
...sourceProvider.sources
|
||||
.map((e) =>
|
||||
MapEntry(e.runtimeType.toString(), e.name))
|
||||
.toList()
|
||||
|
||||
])
|
||||
]
|
||||
],
|
||||
|
@@ -440,7 +440,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
|
||||
child: Text(
|
||||
tr('searchX', args: [source.name])))
|
||||
]))
|
||||
.toList(),
|
||||
,
|
||||
...sourceProvider.massUrlSources
|
||||
.map((source) => Column(
|
||||
crossAxisAlignment:
|
||||
@@ -456,7 +456,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
|
||||
child: Text(
|
||||
tr('importX', args: [source.name])))
|
||||
]))
|
||||
.toList(),
|
||||
,
|
||||
const Spacer(),
|
||||
const Divider(
|
||||
height: 32,
|
||||
@@ -518,7 +518,7 @@ class _ImportErrorDialogState extends State<ImportErrorDialog> {
|
||||
style: const TextStyle(fontStyle: FontStyle.italic),
|
||||
)
|
||||
]);
|
||||
}).toList()
|
||||
})
|
||||
]),
|
||||
actions: [
|
||||
TextButton(
|
||||
|
Reference in New Issue
Block a user