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

Commit fce9ca42 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Remove verbose debug message"

parents 380ad509 61f24842
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1006,10 +1006,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
            final int touchHeight = inputView.getHeight() + extraHeight
                    // Extend touchable region below the keyboard.
                    + EXTENDED_TOUCHABLE_REGION_HEIGHT;
            if (DEBUG) {
                Log.d(TAG, "Touchable region: y=" + touchY + " width=" + touchWidth
                        + " height=" + touchHeight);
            }
            setTouchableRegionCompat(outInsets, 0, touchY, touchWidth, touchHeight);
        }
        outInsets.contentTopInsets = touchY;