Merge "Cancel scroll indicator fade during allapps/workspace transition"
This commit is contained in:
committed by
Android (Google) Code Review
commit
b89ba237b9
@@ -370,6 +370,9 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
|
||||
if (toWorkspace) {
|
||||
// Going from All Apps -> Workspace
|
||||
setVisibilityOfSiblingsWithLowerZOrder(VISIBLE);
|
||||
// Stop the scrolling indicator - we don't want All Apps to be invalidating itself
|
||||
// during the transition, especially since it has a hardware layer set on it
|
||||
mAppsCustomizePane.cancelScrollingIndicatorAnimations();
|
||||
} else {
|
||||
// Going from Workspace -> All Apps
|
||||
mContent.setVisibility(VISIBLE);
|
||||
|
||||
Reference in New Issue
Block a user