Merge "Enable new open app transitions when in multiwindow mode." into ub-launcher3-edmonton
This commit is contained in:
committed by
Android (Google) Code Review
commit
c0928c3ba0
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user