am 58d6d061
: Disable touchable region until we come up with correct implementation
* commit '58d6d0615d62c45c390bb4c5c0e3d2efabac814d': Disable touchable region until we come up with correct implementation
This commit is contained in:
commit
b14fc8822b
1 changed files with 2 additions and 2 deletions
|
@ -868,14 +868,14 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
if (!isFullscreenMode()) {
|
if (!isFullscreenMode()) {
|
||||||
outInsets.contentTopInsets = outInsets.visibleTopInsets;
|
outInsets.contentTopInsets = outInsets.visibleTopInsets;
|
||||||
}
|
}
|
||||||
KeyboardView inputView = mKeyboardSwitcher.getInputView();
|
/*KeyboardView inputView = mKeyboardSwitcher.getInputView();
|
||||||
if (inputView != null) {
|
if (inputView != null) {
|
||||||
// Screen's heightPixels may be too big, but want to make
|
// Screen's heightPixels may be too big, but want to make
|
||||||
// it large enough to cover status bar in any cases.
|
// it large enough to cover status bar in any cases.
|
||||||
outInsets.touchableInsets = InputMethodService.Insets.TOUCHABLE_INSETS_REGION;
|
outInsets.touchableInsets = InputMethodService.Insets.TOUCHABLE_INSETS_REGION;
|
||||||
outInsets.touchableRegion.set(
|
outInsets.touchableRegion.set(
|
||||||
0, 0, inputView.getWidth(), getResources().getDisplayMetrics().heightPixels);
|
0, 0, inputView.getWidth(), getResources().getDisplayMetrics().heightPixels);
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue