Skip to content

Commit 53d562e

Browse files
authored
Refresh state after marking package installed (#1291)
1 parent 83cc6e1 commit 53d562e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Core/Package.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public class AppCenterCore.Package : Object {
111111

112112
public void mark_installed () {
113113
installed_cached = true;
114+
update_state ();
114115
}
115116

116117
public bool update_available {

0 commit comments

Comments
 (0)