Skip to content

Commit

Permalink
fix issues with clipboard after switching keyboard (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
codokie authored Apr 21, 2024
1 parent 2909446 commit 9c2cf04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/helium314/keyboard/latin/LatinIME.java
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,8 @@ public void onDestroy() {
unregisterReceiver(mRestartAfterDeviceUnlockReceiver);
mStatsUtilsManager.onDestroy(this /* context */);
super.onDestroy();
mHandler.removeCallbacksAndMessages(null);
deallocateMemory();
}

public void recycle() {
Expand Down

0 comments on commit 9c2cf04

Please sign in to comment.