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

Commit 9ba92faa authored by satok's avatar satok Committed by Android (Google) Code Review
Browse files

Merge "Fix build breakage" into jb-dev

parents a28d8e4c 9ec06c17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -964,7 +964,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
        }
        outInsets.contentTopInsets = touchY;
        outInsets.visibleTopInsets = touchY;
        if (WORKAROUND_USE_LAST_BACKING_HEIGHT_WHEN_NOT_REQADY) {
        if (WORKAROUND_USE_LAST_BACKING_HEIGHT_WHEN_NOT_READY) {
            if (LatinImeLogger.sDBG) {
                Log.i(TAG, "--- insets: " + touchY + "," + backingHeight + "," + suggestionsHeight);
            }