Skip to content

Commit

Permalink
Update EntryHandler.Android.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen authored Sep 6, 2023
1 parent 3dfa26c commit f3a9af5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Core/src/Handlers/Entry/EntryHandler.Android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ void OnEditorAction(object? sender, EditorActionEventArgs e)
if (e.IsCompletedAction(currentInputImeFlag))
{
VirtualView?.Completed();
handled = true;
}
else if (
currentInputImeFlag == ImeAction.Done
Expand Down

0 comments on commit f3a9af5

Please sign in to comment.