mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 05:00:21 +02:00
Tiny bugfix
This commit is contained in:
@@ -388,6 +388,9 @@ class AppsPageState extends State<AppsPage> {
|
||||
);
|
||||
}).then((values) {
|
||||
if (values != null) {
|
||||
if (values.isEmpty) {
|
||||
values = ['true', 'true'];
|
||||
}
|
||||
bool shouldInstallUpdates = values[0] == 'true';
|
||||
bool shouldInstallNew = values[1] == 'true';
|
||||
settingsProvider
|
||||
|
Reference in New Issue
Block a user