mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 06:09:09 +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);
|
unregisterReceiver(mRestartAfterDeviceUnlockReceiver);
|
||||||
mStatsUtilsManager.onDestroy(this /* context */);
|
mStatsUtilsManager.onDestroy(this /* context */);
|
||||||
super.onDestroy();
|
super.onDestroy();
|
||||||
|
mHandler.removeCallbacksAndMessages(null);
|
||||||
|
deallocateMemory();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void recycle() {
|
public void recycle() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue