Browse Source

Remove redundant method call

pull/9177/head
Benedikt Stebner 3 years ago
parent
commit
f6f89f4e33
  1. 2
      src/Android/Avalonia.Android/Platform/SkiaPlatform/TopLevelImpl.cs

2
src/Android/Avalonia.Android/Platform/SkiaPlatform/TopLevelImpl.cs

@ -268,8 +268,6 @@ namespace Avalonia.Android.Platform.SkiaPlatform
{
_topLevel = topLevel;
_inputMethod = inputMethod;
_inputMethod.Client?.SetComposingRegion(null);
}
public TextInputMethodSurroundingText SurroundingText { get; set; }

Loading…
Cancel
Save