Merge "Changing the widget loading strategy" into ub-launcher3-calgary

This commit is contained in:
Sunny Goyal
2016-03-10 04:22:37 +00:00
committed by Android (Google) Code Review
13 changed files with 265 additions and 247 deletions

View File

@@ -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);