mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 05:00:21 +02:00
BG update toggle has an effect
This commit is contained in:
@@ -339,7 +339,8 @@ class _AppPageState extends State<AppPage> {
|
||||
HapticFeedback.heavyImpact();
|
||||
var res = await appsProvider.downloadAndInstallLatestApps(
|
||||
app?.app.id != null ? [app!.app.id] : [],
|
||||
globalNavigatorKey.currentContext);
|
||||
globalNavigatorKey.currentContext,
|
||||
settingsProvider);
|
||||
if (res.isNotEmpty && mounted) {
|
||||
Navigator.of(context).pop();
|
||||
}
|
||||
|
Reference in New Issue
Block a user