diff --git a/src/Controls/src/Core/Platform/AlertManager/AlertManager.Standard.cs b/src/Controls/src/Core/Platform/AlertManager/AlertManager.Standard.cs index f482979910a8..314f743d9203 100644 --- a/src/Controls/src/Core/Platform/AlertManager/AlertManager.Standard.cs +++ b/src/Controls/src/Core/Platform/AlertManager/AlertManager.Standard.cs @@ -7,7 +7,7 @@ internal partial class AlertManager { private partial IAlertManagerSubscription CreateSubscription(IMauiContext mauiContext) { - throw new NotImplementedException(); + return new AlertRequestHelper(); } internal partial class AlertRequestHelper