mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Use a more reliable method of reviving the update thread realm after blocking
This commit is contained in:
@ -33,10 +33,6 @@ namespace osu.Game.Overlays.Settings.Sections.DebugSettings
|
||||
using (realmFactory.BlockAllOperations())
|
||||
{
|
||||
}
|
||||
|
||||
// retrieve context to revive realm subscriptions.
|
||||
// TODO: should we do this from OsuGame or RealmContextFactory or something? Answer: yes.
|
||||
var _ = realmFactory.Context;
|
||||
}
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user