1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 20:05:29 +08:00

refetch comments on user change

This commit is contained in:
Andrei Zavatski 2020-02-04 19:19:49 +03:00
parent 5e369534b6
commit a84068448a

View File

@ -113,6 +113,7 @@ namespace osu.Game.Overlays.Comments
protected override void LoadComplete() protected override void LoadComplete()
{ {
api.LocalUser.BindValueChanged(_ => refetchComments());
Sort.BindValueChanged(_ => refetchComments(), true); Sort.BindValueChanged(_ => refetchComments(), true);
base.LoadComplete(); base.LoadComplete();
} }