Browse Source
Merge branch 'master' into android_lifecycle
pull/9154/head
Max Katz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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); |
|
|
|
} |
|
|
|
|