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

Commit 20b8f167 authored by Cosmin Băieș's avatar Cosmin Băieș
Browse files

Set ENABLE_HIDE_IME_CAPTION_BAR to true

This enables the flag for allowing the "fake" IME navigation bar to be
hidden. Sent as a separate CL to allow for easy reverts if necessary.

Test: atest
  InputMethodServiceTest#testRequestHideImeCaptionBar
  InputMethodServiceTest#testRequestHideThenShowImeCaptionBar
Bug: 292515843
Change-Id: I67d414592f5632fd928b92656dd21af3d8621f39
parent 601f6eb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -580,7 +580,7 @@ public class InputMethodService extends AbstractInputMethodService {
     * Enable the logic to allow hiding the IME caption bar ("fake" IME navigation bar).
     * @hide
     */
    public static final boolean ENABLE_HIDE_IME_CAPTION_BAR = false;
    public static final boolean ENABLE_HIDE_IME_CAPTION_BAR = true;

    LayoutInflater mInflater;
    TypedArray mThemeAttrs;