mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
[Re-land] Implement two intents or shortcuts to active split
Implement two intents or shortcuts to active split with shell transition. Fix: 259368992 Test: manual Test: pass existing tests Change-Id: If65ddbe6486a8bb1766019c6e05ac2cc5cbe08fc
This commit is contained in:
@@ -309,9 +309,10 @@ public class SplitSelectStateController {
|
||||
shellInstanceId);
|
||||
} else {
|
||||
mSystemUiProxy.startIntents(getPendingIntent(intent1, mInitialUser),
|
||||
options1.toBundle(), getPendingIntent(intent2, mSecondUser),
|
||||
null /* options2 */, stagePosition, splitRatio, remoteTransition,
|
||||
shellInstanceId);
|
||||
getShortcutInfo(intent1, mInitialUser), options1.toBundle(),
|
||||
getPendingIntent(intent2, mSecondUser),
|
||||
getShortcutInfo(intent2, mSecondUser), null /* options2 */,
|
||||
stagePosition, splitRatio, remoteTransition, shellInstanceId);
|
||||
}
|
||||
} else {
|
||||
final RemoteSplitLaunchAnimationRunner animationRunner =
|
||||
|
||||
Reference in New Issue
Block a user