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

Commit a85f3c2f authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Sunny Goyal
Browse files

Disable FOLDER_NAME_SUGGEST flag

Bug: 147913781

Change-Id: I12ec71e1fef735f41bb67b155df40335f88d95c9
parent dc2c128b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ public final class FeatureFlags {
            "FAKE_LANDSCAPE_UI", false, "Rotate launcher UI instead of using transposed layout");

    public static final BooleanFlag FOLDER_NAME_SUGGEST = getDebugFlag(
            "FOLDER_NAME_SUGGEST", true, "Suggests folder names instead of blank text.");
            "FOLDER_NAME_SUGGEST", false, "Suggests folder names instead of blank text.");

    public static final BooleanFlag APP_SEARCH_IMPROVEMENTS = new DeviceFlag(
            "APP_SEARCH_IMPROVEMENTS", false,
@@ -123,7 +123,7 @@ public final class FeatureFlags {
            "ENABLE_DATABASE_RESTORE", true,
            "Enable database restore when new restore session is created");

    public static final TogglableFlag ENABLE_UNIVERSAL_SMARTSPACE = new TogglableFlag(
    public static final BooleanFlag ENABLE_UNIVERSAL_SMARTSPACE = getDebugFlag(
            "ENABLE_UNIVERSAL_SMARTSPACE", false,
            "Replace Smartspace with a version rendered by System UI.");