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