Merge "Revert "Enable IMS#canImeRenderGesturalNavButtons() by default (2nd try)""

This commit is contained in:
TreeHugger Robot
2022-02-15 23:02:09 +00:00
committed by Android (Google) Code Review

View File

@@ -346,7 +346,7 @@ public class InputMethodService extends AbstractInputMethodService {
*/
@AnyThread
public static boolean canImeRenderGesturalNavButtons() {
return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, true);
return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, false);
}
/**