mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-18 21:32:04 +00:00
fix issues with clipboard after switching keyboard (#728)
This commit is contained in:
parent
290944635f
commit
9c2cf04d4a
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue