Merge changes from topic 'am-84f3ec58-93f2-4a21-a27f-6d727311e4dc' into ub-launcher3-master

* changes:
  [automerger] Disable adaptive icon drawable parallax effect during drag and drop Bug: 34828147 am: 76bf7f3835
  Disable adaptive icon drawable parallax effect during drag and drop Bug: 34828147
This commit is contained in:
Hyunyoung Song 2017-08-09 15:14:01 +00:00 committed by Android (Google) Code Review
commit a5a859838b
1 changed files with 1 additions and 0 deletions

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;
}