Removing fade animation on swipe up

Fade animation is no longer required as the transform is also handled on
the main thread. So we will get the RecentsAnimaiton always after Launcher
has drawn

Change-Id: Ieb05406c9a5b9132b0518155bdbda16c1f73a6ec
This commit is contained in:
Sunny Goyal
2019-03-12 16:22:57 -07:00
parent f820d5d817
commit 58ddac1d09
8 changed files with 26 additions and 79 deletions
@@ -181,11 +181,6 @@ public final class FallbackActivityControllerHelper implements
return false;
}
@Override
public AlphaProperty getAlphaProperty(RecentsActivity activity) {
return activity.getDragLayer().getAlphaProperty(0);
}
@Override
public int getContainerType() {
return LauncherLogProto.ContainerType.SIDELOADED_LAUNCHER;