Files
osukey/osu.Game/Database
Dean Herbert 818fac6ac8 Make realm a non-drawable component to better order disposal
Until now, the `RealmContextFactory` would be disposed as part of the
drawable hierarchy. This is too early, as it may be being used by higher
level components (like `ConfigManager`s, see #15115) that perform final
operations after the drawables have been disposed.

Seems to make sense moving this out of the drawable hierarchy and in
line with how we were doing things with EF.
2021-10-15 13:58:16 +09:00
..
2020-12-19 10:36:27 +01:00
2020-12-08 12:52:34 +09:00
2021-10-01 22:23:51 +09:00