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

Commit 58d6d061 authored by satok's avatar satok
Browse files

Disable touchable region until we come up with correct implementation

bug: 3373640

Change-Id: I22448b779b0adc60f590aaef916075c7847dcdc9
parent a2ad96d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -868,14 +868,14 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
        if (!isFullscreenMode()) {
            outInsets.contentTopInsets = outInsets.visibleTopInsets;
        }
        KeyboardView inputView = mKeyboardSwitcher.getInputView();
        /*KeyboardView inputView = mKeyboardSwitcher.getInputView();
        if (inputView != null) {
            // Screen's heightPixels may be too big, but want to make
            // it large enough to cover status bar in any cases.
            outInsets.touchableInsets = InputMethodService.Insets.TOUCHABLE_INSETS_REGION;
            outInsets.touchableRegion.set(
                    0, 0, inputView.getWidth(), getResources().getDisplayMetrics().heightPixels);
        }
        }*/
    }

    @Override