1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 05:01:22 +08:00

refetch comments on user change

This commit is contained in:
Andrei Zavatski
2020-02-04 19:19:49 +03:00
Unverified
parent 5e369534b6
commit a84068448a
@@ -113,6 +113,7 @@ namespace osu.Game.Overlays.Comments
protected override void LoadComplete()
{
api.LocalUser.BindValueChanged(_ => refetchComments());
Sort.BindValueChanged(_ => refetchComments(), true);
base.LoadComplete();
}