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:
parent
5e369534b6
commit
a84068448a
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user