Don't animate showWorkspaceAndExitOverviewMode

We shouldn't animate from here as this only gets called when
transitioning to the custom content screen and we shouldn't
animate exiting overview mode.

Bug: 10849624
Change-Id: I1309f2ed1f89a20a9e7b7a2fb5aec47b01f222ab
This commit is contained in:
Allan Wojciechowski
2013-10-02 11:13:17 -04:00
parent 044db335ab
commit fdc4302bfa
+1 -1
View File
@@ -1720,7 +1720,7 @@ public class Launcher extends Activity
}
}
protected void showWorkspaceAndExitOverviewMode() {
showWorkspaceAndExitOverviewMode(true);
showWorkspaceAndExitOverviewMode(false);
}
@Override