mirror of
https://github.com/ppy/osu
synced 2025-01-04 13:22:08 +00:00
impossible null
This commit is contained in:
parent
162f0bb95e
commit
c509c5be40
@ -79,7 +79,7 @@ namespace osu.Game.Online.Leaderboards
|
||||
[Resolved]
|
||||
private RealmAccess realm { get; set; }
|
||||
|
||||
[Resolved]
|
||||
[Resolved(canBeNull: true)]
|
||||
private INotificationOverlay notifications { get; set; }
|
||||
|
||||
public ITooltip<ScoreInfo> GetCustomTooltip() => new LeaderboardScoreTooltip();
|
||||
|
@ -144,7 +144,7 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
[Resolved]
|
||||
private RealmAccess realm { get; set; }
|
||||
|
||||
[Resolved]
|
||||
[Resolved(canBeNull: true)]
|
||||
private INotificationOverlay notifications { get; set; }
|
||||
|
||||
private Bindable<Skin> currentSkin;
|
||||
|
Loading…
Reference in New Issue
Block a user