mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Add support for swiping back to the shortcut that launched the activity
Bug: 129067201 Test: Open a shortcut on the workspace, go home Change-Id: If5d3c3e8e93f09af50aa4994094657347890ef45 Signed-off-by: Winson Chung <winsonc@google.com>
This commit is contained in:
@@ -180,7 +180,7 @@ public class ItemClickHandler {
|
||||
LauncherApps launcherApps = launcher.getSystemService(LauncherApps.class);
|
||||
try {
|
||||
launcherApps.startPackageInstallerSessionDetailsActivity(sessionInfo, null,
|
||||
launcher.getActivityLaunchOptions(v).toBundle());
|
||||
launcher.getActivityLaunchOptions(v, item).toBundle());
|
||||
return;
|
||||
} catch (Exception e) {
|
||||
Log.e(TAG, "Unable to launch market intent for package=" + packageName, e);
|
||||
|
||||
Reference in New Issue
Block a user