mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Apply review suggestions.
This commit is contained in:
@ -65,7 +65,7 @@ namespace osu.Game.Screens
|
||||
/// <summary>
|
||||
/// The current <see cref="UserActivity"/> for this screen.
|
||||
/// </summary>
|
||||
protected readonly Bindable<UserActivity> Activity;
|
||||
protected readonly Bindable<UserActivity> Activity = new Bindable<UserActivity>();
|
||||
|
||||
IBindable<UserActivity> IOsuScreen.Activity => Activity;
|
||||
|
||||
@ -130,7 +130,6 @@ namespace osu.Game.Screens
|
||||
Origin = Anchor.Centre;
|
||||
|
||||
OverlayActivationMode = new Bindable<OverlayActivation>(InitialOverlayActivationMode);
|
||||
Activity = new Bindable<UserActivity>();
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
|
Reference in New Issue
Block a user