mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove verbose debug message
Change-Id: I05bfe24228a6fbe806987d2a0d81e59611c3b476
This commit is contained in:
parent
9c6d9a56ad
commit
61f24842c7
@ -1007,10 +1007,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
|||||||
final int touchHeight = inputView.getHeight() + extraHeight
|
final int touchHeight = inputView.getHeight() + extraHeight
|
||||||
// Extend touchable region below the keyboard.
|
// Extend touchable region below the keyboard.
|
||||||
+ EXTENDED_TOUCHABLE_REGION_HEIGHT;
|
+ EXTENDED_TOUCHABLE_REGION_HEIGHT;
|
||||||
if (DEBUG) {
|
|
||||||
Log.d(TAG, "Touchable region: y=" + touchY + " width=" + touchWidth
|
|
||||||
+ " height=" + touchHeight);
|
|
||||||
}
|
|
||||||
setTouchableRegionCompat(outInsets, 0, touchY, touchWidth, touchHeight);
|
setTouchableRegionCompat(outInsets, 0, touchY, touchWidth, touchHeight);
|
||||||
}
|
}
|
||||||
outInsets.contentTopInsets = touchY;
|
outInsets.contentTopInsets = touchY;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user