Enable new open app transitions when in multiwindow mode.
Bug: 79118278 Change-Id: Iba79948256d70c913af0a9a584eb040f3a8b4151
This commit is contained in:
@@ -168,7 +168,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user