mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 19:27:26 +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();
|
||||
|
||||
PlaylistItemStats.BindValueChanged(_ => updateCount(), true);
|
||||
PlaylistItemStats.BindValueChanged(_ => updateCount());
|
||||
Playlist.BindCollectionChanged((_, __) => updateCount(), true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user