Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0072844e authored by lumark's avatar lumark Committed by Winson Chung
Browse files

Modify TaskSystemShortcut.SplitScreen for API change.

Using View#getDisplay().getDisplayId() into
IWindowManager.overridePendingAppTransitionMultiThumbFuture()
for multi-display support.

Bug: 119530958
Test: manual
Change-Id: Icde73b2545f879771a62030c8151a86a324fa593
(cherry picked from commit 233622d9)
parent aa576bce
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -203,7 +203,8 @@ public class TaskSystemShortcut<T extends SystemShortcut> extends SystemShortcut
                        }
                    };
                    WindowManagerWrapper.getInstance().overridePendingAppTransitionMultiThumbFuture(
                            future, animStartedListener, mHandler, true /* scaleUp */);
                            future, animStartedListener, mHandler, true /* scaleUp */,
                            v.getDisplay().getDisplayId());
                }
            });
        }