Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 237f6ca7 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

fix build

Change-Id: I58a94fc0be01f272b6ad12524946f073c9f49894
parent f9a4b20c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));