Merge "Enable new open app transitions when in multiwindow mode." into ub-launcher3-edmonton

This commit is contained in:
TreeHugger Robot
2018-05-23 00:35:22 +00:00
committed by Android (Google) Code Review
7 changed files with 61 additions and 44 deletions
@@ -169,7 +169,7 @@ public class TaskView extends FrameLayout implements TaskCallbacks, PageCallback
final ActivityOptions opts;
if (animate) {
opts = BaseDraggingActivity.fromContext(getContext())
.getActivityLaunchOptions(this, false);
.getActivityLaunchOptions(this);
} else {
opts = ActivityOptions.makeCustomAnimation(getContext(), 0, 0);
}