Merge "Don't animate search bar when we are not animating the transition to workspace. (Bug 11105305)" into jb-ub-now-indigo-rose
This commit is contained in:
@@ -3042,7 +3042,7 @@ public class Launcher extends Activity
|
||||
// Show the search bar (only animate if we were showing the drop target bar in spring
|
||||
// loaded mode)
|
||||
if (mSearchDropTargetBar != null) {
|
||||
mSearchDropTargetBar.showSearchBar(wasInSpringLoadedMode);
|
||||
mSearchDropTargetBar.showSearchBar(animated && wasInSpringLoadedMode);
|
||||
}
|
||||
|
||||
// Set focus to the AppsCustomize button
|
||||
|
||||
Reference in New Issue
Block a user