Skip to content

Commit

Permalink
missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
codokie committed Apr 24, 2024
1 parent 465dfdb commit cac4781
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ private void handleFunctionalEvent(final Event event, final InputTransaction inp
break;
case KeyCode.CLIPBOARD_CLEAR_HISTORY:
mLatinIME.getClipboardHistoryManager().clearHistory();
break;
case KeyCode.CLIPBOARD_CUT:
if (mConnection.hasSelection()) {
mConnection.copyText();
Expand Down

0 comments on commit cac4781

Please sign in to comment.