mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
1b/ Replace removed shared lib calls with direct calls
Bug: 219861883 Test: Builds Change-Id: I7831d0de14286c9fa39fed59b168535e0a70d94d
This commit is contained in:
@@ -35,7 +35,6 @@ import com.android.launcher3.model.data.WorkspaceItemInfo;
|
||||
import com.android.launcher3.notification.NotificationListener;
|
||||
import com.android.launcher3.util.ShortcutUtil;
|
||||
import com.android.quickstep.SystemUiProxy;
|
||||
import com.android.systemui.shared.system.LauncherAppsCompat;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -94,8 +93,7 @@ public class TaskbarShortcutMenuAccessibilityDelegate
|
||||
info.user);
|
||||
} else {
|
||||
SystemUiProxy.INSTANCE.get(mContext).startIntent(
|
||||
LauncherAppsCompat.getMainActivityLaunchIntent(
|
||||
mLauncherApps,
|
||||
mLauncherApps.getMainActivityLaunchIntent(
|
||||
item.getIntent().getComponent(),
|
||||
/* startActivityOptions= */null,
|
||||
item.user),
|
||||
|
||||
Reference in New Issue
Block a user