mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-20 23:45:31 -04:00
!137 fix pointer stability issue
Merge pull request !137 from 鲍亚永/OpenHarmony-3.1-Release
This commit is contained in:
@@ -91,7 +91,7 @@ namespace MiscServices {
|
||||
sptr<InputMethodSystemAbilityProxy> mImms;
|
||||
sptr<ImsaDeathRecipient> deathRecipient_;
|
||||
sptr<InputMethodAgentProxy> mAgent;
|
||||
OnTextChangedListener *textListener;
|
||||
sptr<OnTextChangedListener> textListener;
|
||||
InputAttribute mAttribute;
|
||||
std::u16string mTextString;
|
||||
int mSelectOldBegin = 0;
|
||||
|
||||
Reference in New Issue
Block a user