Fixing mismatch comment in flags

Change-Id: Ie86e2ebd4f40653fb127a239b57361164ef31b07
This commit is contained in:
Sunny Goyal
2016-03-03 13:38:58 -08:00
parent 531cda693d
commit 3169e9c331
@@ -31,8 +31,8 @@ public final class FeatureFlags {
public static boolean IS_RELEASE_BUILD = true;
// Custom flags go below this
// As opposed to the new spring-loaded workspace.
public static boolean LAUNCHER3_DISABLE_ICON_NORMALIZATION = false;
// As opposed to the new spring-loaded workspace.
public static boolean LAUNCHER3_LEGACY_WORKSPACE_DND = false;
public static boolean LAUNCHER3_LEGACY_FOLDER_ICON = false;
public static boolean LAUNCHER3_LEGACY_LOGGING = false;