Skip to content

Commit

Permalink
Workaround for #477 and #604
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-niedermann committed Dec 16, 2019
1 parent 90b7cc0 commit fc065bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
try {
editText.onTextContextMenuItem(item.getItemId());
return true;
} catch (Exception e) {
} catch (IndexOutOfBoundsException e) {
e.printStackTrace();
editText.setSelection(0, 0);
editText.clearFocus();
Expand Down

0 comments on commit fc065bd

Please sign in to comment.