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

Commit fd67e5af authored by Cosmin Băieș's avatar Cosmin Băieș Committed by Android (Google) Code Review
Browse files

Merge "Set ENABLE_HIDE_IME_CAPTION_BAR to true" into udc-qpr-dev

parents 206c1e4b 20b8f167
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;