mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 13:09:30 +02:00
Bugfix: don't show 'Apps Updated' toast when nothing was updated (#1307)
This commit is contained in:
@@ -696,7 +696,7 @@ class AppsPageState extends State<AppsPage> {
|
||||
showError(e, context);
|
||||
return <String>[];
|
||||
}).then((value) {
|
||||
if (shouldInstallUpdates) {
|
||||
if (value.isNotEmpty && shouldInstallUpdates) {
|
||||
showMessage(tr('appsUpdated'), context);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user