mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Allows splitscreen with work & personal version of the same app
This patch makes changes in various splitscreen controllers to pass userId to the new shell API, to allow same-app splitting with different users. Fixes: 274973415 Test: Manual Change-Id: I810b5353aad738c7c275856586b9c521f1554022
This commit is contained in:
@@ -111,7 +111,8 @@ public class TaskbarShortcutMenuAccessibilityDelegate
|
||||
item.getIntent().getComponent(),
|
||||
/* startActivityOptions= */null,
|
||||
item.user),
|
||||
new Intent(), side, null, instanceIds.first);
|
||||
item.user.getIdentifier(), new Intent(), side, null,
|
||||
instanceIds.first);
|
||||
}
|
||||
return true;
|
||||
} else if (action == DEEP_SHORTCUTS || action == SHORTCUTS_AND_NOTIFICATIONS) {
|
||||
|
||||
Reference in New Issue
Block a user