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

Commit 74758840 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Add LAUNCHER3_SPRING_ICONS feature flag

b/34841763

Change-Id: Icb1ad68f8f51437e44372edf6a284a3935788354
parent 54ba601a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ public final class FeatureFlags {
    public static boolean LAUNCHER3_GRADIENT_ALL_APPS = true;
    // When enabled allows use of physics based motions in the Launcher.
    public static boolean LAUNCHER3_PHYSICS = true;
    // When enabled allows use of spring motions on the icons.
    public static boolean LAUNCHER3_SPRING_ICONS = true;

    // Feature flag to enable moving the QSB on the 0th screen of the workspace.
    public static final boolean QSB_ON_FIRST_SCREEN = true;