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

Commit ee29b830 authored by Luca Zuccarini's avatar Luca Zuccarini Committed by Android (Google) Code Review
Browse files

Merge "Set the default for keyboard sync to IS_STUDIO_BUILD." into tm-qpr-dev

parents 5db5015f 78c6e3f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@ public final class FeatureFlags {
            "ENABLE_ONE_SEARCH_MOTION", true, "Enables animations in OneSearch.");

    public static final BooleanFlag ENABLE_KEYBOARD_TRANSITION_SYNC = new DeviceFlag(
            "ENABLE_KEYBOARD_TRANSITION_SYNC", false,
            "ENABLE_KEYBOARD_TRANSITION_SYNC", IS_STUDIO_BUILD,
            "Enable option to synchronize the keyboard open and close animations when transitioning"
                    + " between home and all apps");