Skip to content

Commit

Permalink
Update src/CommunityToolkit.Maui.Core/Platform/KeyboardManager/Keyboa…
Browse files Browse the repository at this point in the history
…rdExtensions.shared.cs

Co-authored-by: Vladislav Antonyuk <33021114+VladislavAntonyuk@users.noreply.github.com>
  • Loading branch information
PureWeen and VladislavAntonyuk authored Mar 9, 2023
1 parent 4151a9b commit 8c85440
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public static Task<bool> HideKeyboardAsync(this ITextInput targetView, Cancellat
/// Returns <c>true</c> if the platform was able to show the soft input device.</returns>
public static Task<bool> ShowKeyboardAsync(this ITextInput targetView, CancellationToken token)
{
token.ThrowIfCancellationRequested();
if (!targetView.TryGetPlatformView(
out var platformView,
out var handler,
Expand Down

0 comments on commit 8c85440

Please sign in to comment.