Disable adaptive icon drawable parallax effect during drag and drop

Bug: 34828147

Change-Id: I5abb0997ce42db1ea73ebe469686585282f43594
This commit is contained in:
Hyunyoung Song
2017-08-07 01:38:03 -07:00
parent f2b83d0e84
commit 76bf7f3835

View File

@@ -25,4 +25,5 @@ public final class FeatureFlags extends BaseFlags {
// Features to control Launcher3Go behavior
public static final boolean GO_DISABLE_WIDGETS = true;
public static final boolean LAUNCHER3_SPRING_ICONS = false;
}