Fix build breakage
Change-Id: I22305137b336c9aab019d044a517ae8bc5fefe45
This commit is contained in:
parent
57007ed582
commit
9ec06c17d4
1 changed files with 1 additions and 1 deletions
|
@ -964,7 +964,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
}
|
}
|
||||||
outInsets.contentTopInsets = touchY;
|
outInsets.contentTopInsets = touchY;
|
||||||
outInsets.visibleTopInsets = 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) {
|
if (LatinImeLogger.sDBG) {
|
||||||
Log.i(TAG, "--- insets: " + touchY + "," + backingHeight + "," + suggestionsHeight);
|
Log.i(TAG, "--- insets: " + touchY + "," + backingHeight + "," + suggestionsHeight);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue