fix: relationship should be reactive

This commit is contained in:
Evangelos Paterakis 2022-12-23 01:16:22 +02:00
parent ee123a73d4
commit f2111faee0
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ public class Tooth.Views.Profile : Views.Timeline {
);
cover.bind (profile);
build_profile_stats(cover.info);
rs.invalidated.connect (() => invalidate_actions(false));
}
[GtkTemplate (ui = "/dev/geopjr/tooth/ui/views/profile_header.ui")]