Enable crossfade when changing theme

Change-Id: Id376cd3bfdd3b280cfca14c736bbd0f36174cdc2
This commit is contained in:
Danny Lin 2021-10-11 20:48:31 -07:00 committed by Jake Weinstein
parent 1a016e94fc
commit 2653a637c2
1 changed files with 1 additions and 1 deletions

View File

@ -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.