mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
[Unfold animation] Disable preemptive launcher animation
Disables preemptive unfold animation by default. Bug: 281821523 Test: unfold on launcher Change-Id: I767f25cf0414a91c82a33cf86ca16db2e4dcfa22
This commit is contained in:
@@ -302,7 +302,7 @@ public final class FeatureFlags {
|
||||
"Enable widget transition animation when resizing the widgets");
|
||||
|
||||
public static final BooleanFlag PREEMPTIVE_UNFOLD_ANIMATION_START = getDebugFlag(270397209,
|
||||
"PREEMPTIVE_UNFOLD_ANIMATION_START", ENABLED,
|
||||
"PREEMPTIVE_UNFOLD_ANIMATION_START", DISABLED,
|
||||
"Enables starting the unfold animation preemptively when unfolding, without"
|
||||
+ "waiting for SystemUI and then merging the SystemUI progress whenever we "
|
||||
+ "start receiving the events");
|
||||
|
||||
Reference in New Issue
Block a user