1
0
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:
Dean Herbert 2021-12-02 13:24:16 +09:00
parent 8bef50cbba
commit c82195390f

View File

@ -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;