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

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

Merge "Flag off disabling the IME navigation bar" into main

parents 30a26b84 2db62170
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -428,6 +428,9 @@ public class InputMethodService extends AbstractInputMethodService {
     */
    @AnyThread
    public static boolean canImeRenderGesturalNavButtons() {
        if (Flags.disallowDisablingImeNavigationBar()) {
            return true;
        }
        return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, true);
    }

+11 −0
Original line number Diff line number Diff line
@@ -224,3 +224,14 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
    name: "disallow_disabling_ime_navigation_bar"
    namespace: "input_method"
    description: "Disallows disabling the IME navigation bar through canImeRenderGesturalNavButtons"
    bug: "402442590"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}