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

Commit 233622d9 authored by lumark's avatar lumark
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
parent 44bcba3d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -205,7 +205,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());
                }
            });
        }