mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Remove an unused (and scary) method"
This commit is contained in:
commit
19cbdfc92f
@ -964,11 +964,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
|||||||
mLastSelectionEnd = newSelEnd;
|
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,
|
* This is called when the user has clicked on the extracted text view,
|
||||||
* when running in fullscreen mode. The default implementation hides
|
* when running in fullscreen mode. The default implementation hides
|
||||||
|
Loading…
x
Reference in New Issue
Block a user