mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:53:51 +08:00
refetch comments on user change
This commit is contained in:
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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user