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

Commit f7146a98 authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Revert "Enable IME Insets flag"

This reverts commit 86ed94a1.

Reason for revert: break wm presubmit

Change-Id: Ie9bbfa4e1293560c0605ee68f0e87d00a2b0579d
parent 86ed94a1
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -192,26 +192,26 @@ public final class ViewRootImpl implements ViewParent,
     * @see #USE_NEW_INSETS_PROPERTY
     * @hide
     */
    public static final int NEW_INSETS_MODE_NONE = 0;
    public static int sNewInsetsMode =
            SystemProperties.getInt(USE_NEW_INSETS_PROPERTY, 0);

    /**
     * @see #USE_NEW_INSETS_PROPERTY
     * @hide
     */
    public static final int NEW_INSETS_MODE_IME = 1;
    public static final int NEW_INSETS_MODE_NONE = 0;

    /**
     * @see #USE_NEW_INSETS_PROPERTY
     * @hide
     */
    public static final int NEW_INSETS_MODE_FULL = 2;
    public static final int NEW_INSETS_MODE_IME = 1;

    /**
     * @see #USE_NEW_INSETS_PROPERTY
     * @hide
     */
    public static int sNewInsetsMode =
            SystemProperties.getInt(USE_NEW_INSETS_PROPERTY, NEW_INSETS_MODE_IME);
    public static final int NEW_INSETS_MODE_FULL = 2;

    /**
     * Set this system property to true to force the view hierarchy to render