Browse Source

Merge branch 'master' into android_lifecycle

pull/9154/head
Max Katz 3 years ago
committed by GitHub
parent
commit
ccf7150e88
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Android/Avalonia.Android/Platform/SkiaPlatform/TopLevelImpl.cs

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

@ -294,7 +294,7 @@ namespace Avalonia.Android.Platform.SkiaPlatform
IsComposing = true;
_inputMethod.Client.SetPreeditText(ComposingText);
_inputMethod.Client?.SetPreeditText(ComposingText);
return base.SetComposingText(text, newCursorPosition);
}

Loading…
Cancel
Save