mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 00:37:18 +08:00
Update usage of SubscribeForNotifications
This commit is contained in:
parent
8bef50cbba
commit
c82195390f
@ -18,7 +18,6 @@ using osu.Game.Graphics.UserInterface;
|
||||
using osu.Game.Localisation;
|
||||
using osu.Game.Skinning;
|
||||
using osu.Game.Skinning.Editor;
|
||||
using Realms;
|
||||
|
||||
namespace osu.Game.Overlays.Settings.Sections
|
||||
{
|
||||
@ -85,7 +84,7 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
.ThenBy(s => s.Name, StringComparer.OrdinalIgnoreCase);
|
||||
|
||||
realmSubscription = realmSkins
|
||||
.SubscribeForNotifications((sender, changes, error) =>
|
||||
.QueryAsyncWithNotifications((sender, changes, error) =>
|
||||
{
|
||||
if (changes == null)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user