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

Commit 886544ad authored by Cosmin Băieș's avatar Cosmin Băieș Committed by Automerger Merge Worker
Browse files

Merge "Set ENABLE_HIDE_IME_CAPTION_BAR to true" into udc-qpr-dev am: fd67e5af

parents 90db67d3 fd67e5af
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;