Loading core/java/android/inputmethodservice/InputMethodService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -348,7 +348,7 @@ public class InputMethodService extends AbstractInputMethodService { */ */ @AnyThread @AnyThread public static boolean canImeRenderGesturalNavButtons() { public static boolean canImeRenderGesturalNavButtons() { return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, false); return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, true); } } /** /** Loading Loading
core/java/android/inputmethodservice/InputMethodService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -348,7 +348,7 @@ public class InputMethodService extends AbstractInputMethodService { */ */ @AnyThread @AnyThread public static boolean canImeRenderGesturalNavButtons() { public static boolean canImeRenderGesturalNavButtons() { return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, false); return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, true); } } /** /** Loading