fix possible crashes with IME

This commit is contained in:
vaxerski
2022-08-05 13:19:16 +02:00
parent 1c4d0e8c18
commit cb5521ec6e
3 changed files with 26 additions and 4 deletions

View File

@@ -283,4 +283,6 @@ struct STextInput {
DYNLISTENER(textInputDisable);
DYNLISTENER(textInputCommit);
DYNLISTENER(textInputDestroy);
DYNLISTENER(pendingSurfaceDestroy);
};