mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-23 14:39:30 +02:00
Cancel update notifications on new install (#101)
Can't get more granular due to flutter_local_notifications/issues/1700
This commit is contained in:
@@ -335,6 +335,8 @@ class AppsProvider with ChangeNotifier {
|
||||
throw errors;
|
||||
}
|
||||
|
||||
NotificationsProvider().cancel(UpdateNotification([]).id);
|
||||
|
||||
return downloadedFiles.map((e) => e!.appId).toList();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user