Skip to content

Commit

Permalink
[create-pull-request] automated change (#16944)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 23, 2023
1 parent 0f1d834 commit 40ed78b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Android.Views;
using System;
using Android.Views;
using Android.Widget;
using AView = Android.Views.View;
using System;
using Microsoft.Maui.Graphics;
using AView = Android.Views.View;

namespace Microsoft.Maui.Controls
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void OnPageNavigatedFrom(object? sender, NavigatedFromEventArgs e)
}

IDisposable? platformToken = SetupHideSoftInputOnTapped(platformView);

#if ANDROID
var window = ve.Window;
window.DispatchTouchEvent += OnWindowDispatchedTouch;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Android.Views;
using AView = Android.Views.View;
using Microsoft.Maui.Graphics;
using AView = Android.Views.View;

namespace Microsoft.Maui.Controls
{
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/src/Core/VisualElement/VisualElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ public ResourceDictionary Resources
/// <returns>
/// <see langword="true"/> if the keyboard focus was set to this element; <see langword = "false" /> if the call to this method did not force a focus change.
/// </returns>
/// <remarks>Element must be able to receive focus for this to work. Calling <see cref="Focus"/> on offscreen or unrealized elements has undefined behavior.</remarks>
/// <remarks>Element must be able to receive focus for this to work. Calling <see cref="Focus"/> on offscreen or unrealized elements has undefined behavior.</remarks>
public bool Focus() =>
this.RequestFocus();

Expand Down

0 comments on commit 40ed78b

Please sign in to comment.