[create-pull-request] automated change (#19067)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
73d2142b14
Коммит
9b6a251265
|
@ -88,7 +88,7 @@ namespace Microsoft.Maui.Controls.Platform
|
|||
tapGestureRecognizer.PropertyChanged -= OnTapGestureRecognizerPropertyChanged;
|
||||
}
|
||||
|
||||
foreach(var uiGestureRecognizer in kvp.Value)
|
||||
foreach (var uiGestureRecognizer in kvp.Value)
|
||||
{
|
||||
if (uiGestureRecognizer is null)
|
||||
continue;
|
||||
|
|
|
@ -93,7 +93,7 @@ namespace Microsoft.Maui.Platform
|
|||
public void DecidePolicy(WKWebView webView, WKNavigationAction navigationAction, Action<WKNavigationActionPolicy> decisionHandler)
|
||||
{
|
||||
var handler = Handler;
|
||||
|
||||
|
||||
if (handler == null)
|
||||
{
|
||||
decisionHandler.Invoke(WKNavigationActionPolicy.Cancel);
|
||||
|
|
Загрузка…
Ссылка в новой задаче