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

Commit c35df2f1 authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Revert "Enable IMS#canImeRenderGesturalNavButtons() by default"

This reverts commit 793e1527 [1].

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

 [1]: I45e511f5cfec93cdd002d23c091b4fe735b28227

Bug: 215545985
Fix: 217668258
Change-Id: Iac77c5bfafc5d208a1d3f3b56f0f7ee81d51031b
parent 793e1527
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }

    /**