Merge "Enable IMS#canImeRenderGesturalNavButtons() by default (3rd try)" into tm-dev am: 082a92249e
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17122502 Change-Id: I9ca80a1295ab863256ece0125403aaa782646808
This commit is contained in:
@@ -348,7 +348,7 @@ public class InputMethodService extends AbstractInputMethodService {
|
||||
*/
|
||||
@AnyThread
|
||||
public static boolean canImeRenderGesturalNavButtons() {
|
||||
return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, false);
|
||||
return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user