mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 16:19:35 +08:00
Don't update count twice immediately
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
2bea485af8
commit
71a012bea6
@ -41,7 +41,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
|||||||
{
|
{
|
||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
PlaylistItemStats.BindValueChanged(_ => updateCount(), true);
|
PlaylistItemStats.BindValueChanged(_ => updateCount());
|
||||||
Playlist.BindCollectionChanged((_, __) => updateCount(), true);
|
Playlist.BindCollectionChanged((_, __) => updateCount(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user