summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherStateTransitionAnimation.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-03-10 04:22:37 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-03-10 04:22:37 +0000
commitd856074d90b31390f1a70d09fde374cae925bf20 (patch)
treeed43689a78906f7a658c406f5f32793c59349160 /src/com/android/launcher3/LauncherStateTransitionAnimation.java
parent8fd5e938d34ee84d076b5c5d2575cc6c46c254ce (diff)
parent2e1efb480a9b77a97cb623d4f5faf6802a417422 (diff)
downloadandroid_packages_apps_Trebuchet-d856074d90b31390f1a70d09fde374cae925bf20.tar.gz
android_packages_apps_Trebuchet-d856074d90b31390f1a70d09fde374cae925bf20.tar.bz2
android_packages_apps_Trebuchet-d856074d90b31390f1a70d09fde374cae925bf20.zip
Merge "Changing the widget loading strategy" into ub-launcher3-calgary
Diffstat (limited to 'src/com/android/launcher3/LauncherStateTransitionAnimation.java')
-rw-r--r--src/com/android/launcher3/LauncherStateTransitionAnimation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/LauncherStateTransitionAnimation.java b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
index 303785de5..8855cf037 100644
--- a/src/com/android/launcher3/LauncherStateTransitionAnimation.java
+++ b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
@@ -403,7 +403,7 @@ public class LauncherStateTransitionAnimation {
// Animate the search bar
final SearchDropTargetBar.State toSearchBarState =
- toWorkspaceState.getSearchDropTargetBarState();
+ toWorkspaceState.searchDropTargetBarState;
mLauncher.getSearchDropTargetBar().animateToState(toSearchBarState,
animated ? revealDuration : 0, animation);