fix issues with clipboard after switching keyboard (#728)

This commit is contained in:
codokie 2024-04-21 13:04:35 +03:00 committed by GitHub
parent 290944635f
commit 9c2cf04d4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -716,6 +716,8 @@ public class LatinIME extends InputMethodService implements
unregisterReceiver(mRestartAfterDeviceUnlockReceiver);
mStatsUtilsManager.onDestroy(this /* context */);
super.onDestroy();
mHandler.removeCallbacksAndMessages(null);
deallocateMemory();
}
public void recycle() {