am 19cbdfc9: Merge "Remove an unused (and scary) method"
* commit '19cbdfc92f171375b73204f0c49d9f84883bea39': Remove an unused (and scary) methodmain
commit
a870ec2af4
|
@ -964,11 +964,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
|||
mLastSelectionEnd = newSelEnd;
|
||||
}
|
||||
|
||||
public void setLastSelection(int start, int end) {
|
||||
mLastSelectionStart = start;
|
||||
mLastSelectionEnd = end;
|
||||
}
|
||||
|
||||
/**
|
||||
* This is called when the user has clicked on the extracted text view,
|
||||
* when running in fullscreen mode. The default implementation hides
|
||||
|
|
Loading…
Reference in New Issue