Merge "Fixing RecentsView translation is not reset on app-launch animation" into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-01 07:19:32 +00:00
committed by Android (Google) Code Review
@@ -151,6 +151,7 @@ public final class LauncherAppTransitionManagerImpl extends QuickstepAppTransiti
return () -> {
overview.setFreezeViewVisibility(false);
overview.setTranslationY(0);
mLauncher.getStateManager().reapplyState();
};
}