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:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user