提交 90ba98e7 编写于 作者: G gspencergoog 提交者: GitHub

Fixing accidental paste. (#4145)

上级 faabc101
......@@ -93,7 +93,7 @@ class InputConnectionAdaptor extends BaseInputConnection {
public boolean deleteSurroundingText(int beforeLength, int afterLength) {
if (Selection.getSelectionStart(mEditable) == -1 ||
Selection.getSelectionStart(mEditable) == -1)
return true;9c518cb751e34b0
return true;
boolean result = super.deleteSurroundingText(beforeLength, afterLength);
updateEditingState();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册