diff --git a/src/Controls/src/Core/Page/Page.cs b/src/Controls/src/Core/Page/Page.cs index c2f35f7f082b..919655b8712d 100644 --- a/src/Controls/src/Core/Page/Page.cs +++ b/src/Controls/src/Core/Page/Page.cs @@ -350,7 +350,7 @@ public Task DisplayAlert(string title, string message, string cancel, FlowDirect /// [Obsolete("Use DisplayAlertAsync instead")] public Task DisplayAlert(string title, string message, string accept, string cancel, FlowDirection flowDirection) - => DisplayAlertAsync(title, message, accept, null, flowDirection); + => DisplayAlertAsync(title, message, accept, cancel, flowDirection); /// public Task DisplayAlertAsync(string title, string message, string cancel)