1b/ Replace removed shared lib calls with direct calls

Bug: 219861883
Test: Builds
Change-Id: I7831d0de14286c9fa39fed59b168535e0a70d94d
This commit is contained in:
Winson Chung
2022-02-16 06:43:55 +00:00
parent 3159d7759f
commit 871759483b
7 changed files with 26 additions and 25 deletions

View File

@@ -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),