Revert "Enable IMS#canImeRenderGesturalNavButtons() by default"

This reverts commit 793e152713 [1].

Reason for revert:
No back button on the setup wizard.

 [1]: I45e511f5cfec93cdd002d23c091b4fe735b28227

Bug: 215545985
Fix: 217668258
Change-Id: Iac77c5bfafc5d208a1d3f3b56f0f7ee81d51031b
This commit is contained in:
Yohei Yukawa
2022-02-03 16:01:29 +00:00
parent 793e152713
commit c35df2f1ec

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);
}
/**