mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Trigger lock update on loading.
This commit is contained in:
@ -20,7 +20,7 @@ namespace osu.Android
|
||||
private void load(OsuGame game)
|
||||
{
|
||||
localUserPlaying = game.LocalUserPlaying.GetBoundCopy();
|
||||
localUserPlaying.ValueChanged += updateLock;
|
||||
localUserPlaying.BindValueChanged(updateLock, true);
|
||||
}
|
||||
|
||||
private void updateLock(ValueChangedEvent<bool> userPlaying)
|
||||
|
Reference in New Issue
Block a user