Enable crossfade when changing theme
Change-Id: Id376cd3bfdd3b280cfca14c736bbd0f36174cdc2
This commit is contained in:
parent
1a016e94fc
commit
2653a637c2
|
@ -184,7 +184,7 @@ public final class FeatureFlags {
|
||||||
|
|
||||||
// TODO: b/172467144 Remove ENABLE_LAUNCHER_ACTIVITY_THEME_CROSSFADE feature flag.
|
// TODO: b/172467144 Remove ENABLE_LAUNCHER_ACTIVITY_THEME_CROSSFADE feature flag.
|
||||||
public static final BooleanFlag ENABLE_LAUNCHER_ACTIVITY_THEME_CROSSFADE = new DeviceFlag(
|
public static final BooleanFlag ENABLE_LAUNCHER_ACTIVITY_THEME_CROSSFADE = new DeviceFlag(
|
||||||
"ENABLE_LAUNCHER_ACTIVITY_THEME_CROSSFADE", false, "Enables a "
|
"ENABLE_LAUNCHER_ACTIVITY_THEME_CROSSFADE", true, "Enables a "
|
||||||
+ "crossfade animation when the system these changes.");
|
+ "crossfade animation when the system these changes.");
|
||||||
|
|
||||||
// TODO: b/174174514 Remove ENABLE_APP_PREDICTIONS_WHILE_VISIBLE feature flag.
|
// TODO: b/174174514 Remove ENABLE_APP_PREDICTIONS_WHILE_VISIBLE feature flag.
|
||||||
|
|
Loading…
Reference in New Issue