mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Get rid of setInteractionHandler call to the host in launcher
Bug: 235358918 Test: N/A Change-Id: I0defac1831825bf0a13a601dd1502b4ca022bc2e
This commit is contained in:
@@ -33,10 +33,12 @@ import com.android.launcher3.Utilities;
|
||||
import com.android.launcher3.logging.StatsLogManager;
|
||||
import com.android.launcher3.model.data.ItemInfo;
|
||||
import com.android.launcher3.util.ActivityOptionsWrapper;
|
||||
import com.android.launcher3.widget.LauncherAppWidgetHost;
|
||||
import com.android.launcher3.widget.LauncherAppWidgetHostView;
|
||||
|
||||
/** Provides a Quickstep specific animation when launching an activity from an app widget. */
|
||||
class QuickstepInteractionHandler implements RemoteViews.InteractionHandler {
|
||||
class QuickstepInteractionHandler implements
|
||||
LauncherAppWidgetHost.LauncherWidgetInteractionHandler {
|
||||
|
||||
private static final String TAG = "QuickstepInteractionHandler";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user