am 237f6ca7
: fix build
* commit '237f6ca799981a53532424d72f49c3eabf6e40b4': fix build
This commit is contained in:
commit
0366239a70
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
@Override
|
||||
public boolean onPreDraw() {
|
||||
// CursorAnchorInfo is used on L and later.
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.L) {
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
|
||||
if (isFullscreenMode() && mExtractEditText != null) {
|
||||
mInputLogic.onUpdateCursorAnchorInfo(
|
||||
CursorAnchorInfoUtils.extractFromTextView(mExtractEditText));
|
||||
|
|
Loading…
Reference in a new issue