mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 05:19:55 +08:00
Fix crash when attempting to import on mobile platforms
Regressed with NRT application to this file. It's probably the first time we've actually hit this due to an optional DI that is actually not available outside of tests.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace osu.Game.Database
|
||||
[Resolved]
|
||||
private RealmAccess realmAccess { get; set; } = null!;
|
||||
|
||||
[Resolved]
|
||||
[Resolved(canBeNull: true)] // canBeNull required while we remain on mono for mobile platforms.
|
||||
private DesktopGameHost? desktopGameHost { get; set; }
|
||||
|
||||
[Resolved]
|
||||
|
||||
Reference in New Issue
Block a user