From fdc4302bfa9b0ff65403006a89872f4a523fa825 Mon Sep 17 00:00:00 2001 From: Allan Wojciechowski Date: Wed, 2 Oct 2013 11:13:17 -0400 Subject: [PATCH] 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 --- src/com/android/launcher3/Launcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java index a9cb771402..f1d4c1d9bd 100644 --- a/src/com/android/launcher3/Launcher.java +++ b/src/com/android/launcher3/Launcher.java @@ -1720,7 +1720,7 @@ public class Launcher extends Activity } } protected void showWorkspaceAndExitOverviewMode() { - showWorkspaceAndExitOverviewMode(true); + showWorkspaceAndExitOverviewMode(false); } @Override