Skip to content

Commit

Permalink
Make sure to use cancellable when getting auto updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jul 2, 2024
1 parent c675e30 commit 2bd64b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/UpdateManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public class AppCenterCore.UpdateManager : Object {
return GLib.Source.REMOVE;
});

get_updates ();
get_updates (cancellable);
}

private int compare_package_func (Object object1, Object object2) {
Expand Down

0 comments on commit 2bd64b7

Please sign in to comment.