Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Jun 20, 2024
1 parent f76da95 commit 758dc47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Views/Homepage.vala
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,7 @@ public class AppCenter.Homepage : Adw.NavigationPage {
var installed = false;
foreach (var origin_package in package.origin_packages) {
try {
warning ("CHECK INSTALLED");
if (AppCenterCore.FlatpakBackend.get_default ().is_package_installed (origin_package)) {
warning ("CHECKED INSTALLED");
installed = true;
break;
}
Expand Down

0 comments on commit 758dc47

Please sign in to comment.